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')
  end


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:

chef apply provisioner:
* The following settings shouldn't exist: path

There are errors in the configuration of this machine. Please fix
the following errors and try again:

chef apply provisioner:
* 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
xist: path\n\n"]


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

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/1ea4a3e4-e554-482d-9ec6-f84a5b8e89cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to