Skip to content

Instantly share code, notes, and snippets.

@eklein
Created May 22, 2014 20:03
Show Gist options
  • Save eklein/913fda1b97b164b2bf49 to your computer and use it in GitHub Desktop.
Save eklein/913fda1b97b164b2bf49 to your computer and use it in GitHub Desktop.
chef-zero error
================================================================================
Error executing action `upload` on resource 'machine_file[/tmp/spike1.txt]'
================================================================================
Net::HTTPServerException
------------------------
404 "Not Found "
Resource Declaration:
---------------------
# In /Users/pairing/.chef/local-mode-cache/cache/cookbooks/spike/recipes/create.rb
5: machine_file '/tmp/spike1.txt' do
6: machine "metalspike"
7: content "Hello demo"
8: end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment