Vagrant config of Centos 6.7 machine on Azure (Actually OpenLogic 6.7 as Azure term it)
Back on my azure band wagon again having circumvented problems I have encountered to date.
The problem is when I do a chef_apply:
config.vm.provision 'chef_apply' do |chef|
chef.recipe = File.read('create_user.rb')
This works absolutely fine on Oracle Virtual Box (Everything always does as opposed to my experience to date of Azure)
On Azure it appears to run to completion (Judging by what I expect it do) but fails with the following:
* The following settings shouldn't exist: path
There are errors in the configuration of this machine. Please fix
the following errors and try again:
* The following settings shouldn't exist: path
INFO interface: Machine: error-exit ["Vagrant::Errors::ConfigInvalid", "There a
re errors in the configuration of this machine. Please fix\nthe following errors
and try again:\n\nchef apply provisioner:\n* The following settings shouldn't e
I have run in debug node but absolutely no additional error test ect to help.
I have also run the same ruby file manually on the target box and it works field showing no errors and yields a 0 response code
Any guidance accepted gratefully
Regards
Mark