Created
October 16, 2014 23:16
-
-
Save justindossey/ecbcaa1a90d940ce2acc to your computer and use it in GitHub Desktop.
kitchen converge output of bar/default.rb
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
Converging 2 resources | |
Recipe: bar::default | |
* file[/tmp/bar.txt] action create[2014-10-16T23:14:38+00:00] INFO: Processing file[/tmp/bar.txt] action create (bar::default line 13) | |
[2014-10-16T23:14:38+00:00] INFO: file[/tmp/bar.txt] created file /tmp/bar.txt | |
- create new file /tmp/bar.txt[2014-10-16T23:14:38+00:00] INFO: file[/tmp/bar.txt] updated file contents /tmp/bar.txt | |
- update content in file /tmp/bar.txt from none to 4cee35 | |
--- /tmp/bar.txt 2014-10-16 23:14:38.033893771 +0000 | |
+++ /tmp/.bar.txt20141016-1369-yghu83 2014-10-16 23:14:38.033893771 +0000 | |
@@ -1 +1,2 @@ | |
+tag1-bar,tag4-bar,tag4-bar | |
* ruby_block[update second tag] action run[2014-10-16T23:14:38+00:00] INFO: Processing ruby_block[update second tag] action run (bar::default line 17) | |
[2014-10-16T23:14:38+00:00] INFO: ruby_block[update second tag] called | |
- execute the ruby block update second tag | |
[2014-10-16T23:14:38+00:00] INFO: ruby_block[update second tag] sending create action to file[/tmp/bar.txt] (delayed) | |
* file[/tmp/bar.txt] action create[2014-10-16T23:14:38+00:00] INFO: Processing file[/tmp/bar.txt] action create (bar::default line 13) | |
[2014-10-16T23:14:38+00:00] INFO: file[/tmp/bar.txt] backed up to /tmp/kitchen/backup/tmp/bar.txt.chef-20141016231438.048899 | |
[2014-10-16T23:14:38+00:00] INFO: file[/tmp/bar.txt] updated file contents /tmp/bar.txt | |
- update content in file /tmp/bar.txt from 4cee35 to afff48 | |
--- /tmp/bar.txt 2014-10-16 23:14:38.033893771 +0000 | |
+++ /tmp/.bar.txt20141016-1369-bb42wu 2014-10-16 23:14:38.045899771 +0000 | |
@@ -1,2 +1,2 @@ | |
-tag1-bar,tag4-bar,tag4-bar | |
+tag1-bar,tag4-bar,tag4-bar,tag4-bar,tag3-bar,tag2-bar,tag4-bar,tag4-bar | |
[2014-10-16T23:14:38+00:00] INFO: Chef Run complete in 0.206824468 seconds | |
Running handlers: | |
[2014-10-16T23:14:38+00:00] INFO: Running report handlers | |
Running handlers complete | |
[2014-10-16T23:14:38+00:00] INFO: Report handlers complete | |
Chef Client finished, 3/3 resources updated in 1.111348133 seconds | |
Finished converging <default-ubuntu-1204> (0m47.34s). | |
-----> Kitchen is finished. (1m23.38s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment