Created
May 22, 2014 20:03
-
-
Save eklein/913fda1b97b164b2bf49 to your computer and use it in GitHub Desktop.
chef-zero error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================================================================================ | |
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