Change chef solo to use `run_list` instead of `recipes`
This commit is contained in:
parent
759d904628
commit
f6bc0ff5fc
|
@ -13,7 +13,7 @@ module Vagrant
|
|||
@provisioning_path = "/tmp/vagrant-chef"
|
||||
@json = {
|
||||
:instance_role => "vagrant",
|
||||
:recipes => ["vagrant_main"]
|
||||
:run_list => ["recipe[vagrant_main]"]
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue