Re: [vagrant-up] chef solo provisioner on ARM

2015-03-12 Thread Torben Knerr
Hi Andrew, you should be able to control that via install config option, e.g.: config.vm.provision chef_solo do |chef| chef.install = false end See here: https://github.com/mitchellh/vagrant/blob/master/plugins/provisioners/chef/config/base.rb#L14-23 HTH, Torben On Wed, Mar 11, 2015 at

[vagrant-up] chef solo provisioner on ARM

2015-03-10 Thread Andrew Goktepe
Hello, Does anyone know if there is a way to configure the Chef Solo provisioner so that it skips the Chef omnibus installer? I am using vagrant to provision an ARM system running Debian Jessie (using the vagrant-managed-servers plugin) and the Chef omnibus installer is failing because that