Skip to content

Commit 4b51b0b

Browse files
committed
move provision script to scripts/shell.
1 parent e12dea3 commit 4b51b0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Vagrant.configure(2) do |config|
66
config.vm.provision :chef_apply do |chef|
77
chef.version = "latest"
88
chef.install = "force"
9-
chef.recipe = IO.read("provision.rb")
9+
chef.recipe = IO.read("scripts/shell/provision.rb")
1010
end
1111
end
File renamed without changes.

0 commit comments

Comments
 (0)