schubergphilis / vagrant-chef-zero

Vagrant Plugin for Chef Zero
Apache License 2.0
91 stars 42 forks source link

Data bags should not be updated but created. #30

Open tnarik opened 10 years ago

tnarik commented 10 years ago

When using vagrant-chef-zero with the latest version of Chef (11.8.2), a Bad request method for '/data/users/': PUT (Ridley::Errors::HTTPMethodNotAllowed) error was received, which is equivalent to a 405 HTTP error.

I believe this is related to the following CHEF ticket: https://tickets.opscode.com/browse/CHEF-4435

andrewgross commented 10 years ago

Thanks, will investigate.