With such config the vagrant up will ignore the part where it should start chef-zero server. Above example (VagrantPlugins::Kernel_V2::VagrantConfigProvisioner:0x00000100aa5b08) has empty @name attribute. Instead the env[:machine].config.vm.provisioners Array contains the needed data in @name attribute.
Discovery of provisioner does not work for more complex Vagrantfiles with multiple boxes.
With such config the
vagrant up
will ignore the part where it should start chef-zero server. Above example (VagrantPlugins::Kernel_V2::VagrantConfigProvisioner:0x00000100aa5b08
) has empty@name
attribute. Instead theenv[:machine].config.vm.provisioners
Array contains the needed data in@name
attribute.Version information: