Skip to content

Commit 8b658d3

Browse files
author
Shawn McCool
committed
upgrade vagrant-chef repo version
add shell provisioner to Vagrantfile
1 parent b325001 commit 8b658d3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Vagrantfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,11 @@ Vagrant::Config.run do |config|
4848
})
4949

5050
end
51-
end
51+
end
52+
53+
Vagrant::Config.run do |config|
54+
# permissions for the application's storage folder
55+
config.vm.provision :shell do |shell|
56+
shell.inline = "bash /vagrant/vagrant-chef/scripts/shell.sh"
57+
end
58+
end

vagrant-chef

0 commit comments

Comments
 (0)