Last active
December 21, 2015 02:19
-
-
Save nathenharvey/6234518 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
$ chef-solo -c solo.rb -j node.js -l debug | |
[2013-08-14T19:11:21+00:00] INFO: *** Chef 0.10.8 *** | |
[2013-08-14T19:11:22+00:00] DEBUG: Building node object for nharveylearnchef02-starter | |
[2013-08-14T19:11:22+00:00] DEBUG: Extracting run list from JSON attributes provided on command line | |
[2013-08-14T19:11:22+00:00] INFO: Setting the run_list to "recipe[file_test]" from JSON | |
[2013-08-14T19:11:22+00:00] DEBUG: Applying attributes from json file | |
[2013-08-14T19:11:22+00:00] DEBUG: Platform is ubuntu version 12.04 | |
[2013-08-14T19:11:22+00:00] INFO: Run List is [recipe[file_test]] | |
[2013-08-14T19:11:22+00:00] INFO: Run List expands to [file_test] | |
[2013-08-14T19:11:22+00:00] INFO: Starting Chef Run for nharveylearnchef02-starter | |
[2013-08-14T19:11:22+00:00] INFO: Running start handlers | |
[2013-08-14T19:11:22+00:00] INFO: Start handlers complete. | |
[2013-08-14T19:11:22+00:00] DEBUG: No chefignore file found at /root/cookbooks/chefignore no files will be ignored | |
[2013-08-14T19:11:22+00:00] DEBUG: Loading Recipe file_test via include_recipe | |
[2013-08-14T19:11:22+00:00] DEBUG: Found recipe default in cookbook file_test | |
[2013-08-14T19:11:22+00:00] DEBUG: Loading from cookbook_path: /root/cookbooks | |
[2013-08-14T19:11:22+00:00] DEBUG: Converging node nharveylearnchef02-starter | |
[2013-08-14T19:11:22+00:00] DEBUG: Processing cookbook_file[/tmp/foo.txt] on nharveylearnchef02-starter | |
[2013-08-14T19:11:22+00:00] INFO: Processing cookbook_file[/tmp/foo.txt] action create (file_test::default line 10) | |
[2013-08-14T19:11:22+00:00] DEBUG: cookbook_file[/tmp/foo.txt] has new contents | |
[2013-08-14T19:11:22+00:00] INFO: cookbook_file[/tmp/foo.txt] backed up to /var/chef/backup/tmp/foo.txt.chef-20130814191122 | |
[2013-08-14T19:11:22+00:00] DEBUG: cookbook_file[/tmp/foo.txt] staging /root/cookbooks/file_test/files/default/foo.txt to /tmp/foo.txt20130814-29443-3i3tu6 | |
[2013-08-14T19:11:22+00:00] INFO: cookbook_file[/tmp/foo.txt] created file /tmp/foo.txt | |
[2013-08-14T19:11:22+00:00] INFO: Chef Run complete in 0.01665225 seconds | |
[2013-08-14T19:11:22+00:00] DEBUG: Cleaning the checksum cache | |
[2013-08-14T19:11:22+00:00] INFO: Running report handlers | |
[2013-08-14T19:11:22+00:00] INFO: Report handlers complete | |
[2013-08-14T19:11:22+00:00] DEBUG: Exiting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment