chef-provisioning-vagrant icon indicating copy to clipboard operation
chef-provisioning-vagrant copied to clipboard

Vagrant provisioner for chef-provisioning

Results 15 chef-provisioning-vagrant issues
Sort by recently updated
recently updated
newest added

[2015-07-02T12:20:57-07:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /Users/dtumkursreeni/chef One version per cookbook [2015-07-02T12:20:57-07:00] INFO: Forking chef instance to converge... Starting Chef Client, version 12.4.0.rc.0 [2015-07-02T12:20:57-07:00] INFO: **\* Chef...

Would love to see a template like this https://github.com/test-kitchen/kitchen-vagrant/blob/master/templates/Vagrantfile.erb being used to control more of the features of vagrant via chef-provisioning-vagrant.

In windows, using a fresh install of vagrant 1.7.2, running chef-client -z vagrant_linux.rb fails in line 35 of vagrant_box.rb with 'Errno::EIO: Input/output error - CreateProcessW' Replacing the 'vagrant box list'...

I am using chefdk and the vagrant provisioner to provision a windows server 2012 machine. I have my communicator set to winrm and vm.guest set to :windows. Running this config...

The virtualbox provider does not yet support the --parallel option. The :converge action is responsible for also bootstrapping the chef-client which is done serially via `vagrant up`. If the machines'...

Bug