Created
November 30, 2010 11:51
-
-
Save jberkel/721579 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
~/projects/system [master] $ knife cookbook upload -o cookbooks -a | |
INFO: ** activities ** | |
INFO: Saving activities | |
INFO: Validating ruby files | |
INFO: Validating templates | |
INFO: Syntax OK | |
INFO: Generating Metadata | |
INFO: Uploading files | |
INFO: Upload complete! | |
INFO: ** admin ** | |
INFO: Saving admin | |
INFO: Validating ruby files | |
INFO: Validating templates | |
INFO: Syntax OK | |
INFO: Generating Metadata | |
INFO: Uploading files | |
INFO: Upload complete! | |
INFO: ** apache2 ** | |
INFO: Saving apache2 | |
INFO: Validating ruby files | |
INFO: Validating templates | |
INFO: Syntax OK | |
INFO: Generating Metadata | |
INFO: Uploading files | |
INFO: Upload complete! | |
INFO: ** apt ** | |
INFO: Saving apt | |
INFO: Validating ruby files | |
FATAL: Cookbook file recipes/backports.rb has a ruby syntax error: | |
FATAL: cookbooks/apt/recipes/backports.rb:4: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' | |
FATAL: notifies :restart, execute "apt-get update" | |
FATAL: ^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment