move provision script to scripts/shell.

This commit is contained in:
mo khan
2016-02-09 21:36:48 -07:00
parent e12dea3521
commit 4b51b0b7ea
2 changed files with 1 additions and 1 deletions
Vendored
+1 -1
View File
@@ -6,6 +6,6 @@ Vagrant.configure(2) do |config|
config.vm.provision :chef_apply do |chef|
chef.version = "latest"
chef.install = "force"
chef.recipe = IO.read("provision.rb")
chef.recipe = IO.read("scripts/shell/provision.rb")
end
end