/output.txt Secret
Created
June 17, 2015 20:37
test-kitchen (1.4.0) kitchen-vagrant (0.18.0)
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
➜ foo kitchen converge | |
-----> Starting Kitchen (v1.4.0) | |
-----> Converging <default-ubuntu-1404>... | |
Preparing files for transfer | |
Preparing dna.json | |
Resolving cookbook dependencies with Berkshelf 3.2.4... | |
Removing non-cookbook files before transfer | |
Preparing solo.rb | |
-----> Chef Omnibus installation detected (install only if missing) | |
Transferring files to <default-ubuntu-1404> | |
Starting Chef Client, version 12.3.0 | |
Compiling Cookbooks... | |
Converging 10 resources | |
Recipe: apt::default | |
* file[/var/lib/apt/periodic/update-success-stamp] action nothing (skipped due to action :nothing) | |
* directory[/etc/apt/apt.conf.d] action create (up to date) | |
* cookbook_file[/etc/apt/apt.conf.d/15update-stamp] action create (up to date) | |
* execute[apt-get-update] action run (skipped due to not_if) | |
* execute[apt-get update] action nothing (skipped due to action :nothing) | |
* execute[apt-get autoremove] action nothing (skipped due to action :nothing) | |
* execute[apt-get autoclean] action nothing (skipped due to action :nothing) | |
* execute[apt-get-update-periodic] action run (skipped due to only_if) | |
* directory[/var/cache/local] action create (up to date) | |
Running handlers: | |
Running handlers complete | |
Chef Client finished, 0/4 resources updated in 1.482419061 seconds | |
Finished converging <default-ubuntu-1404> (0m5.04s). | |
-----> Converging <default-ubuntu-1404>... | |
Preparing files for transfer | |
Preparing dna.json | |
Resolving cookbook dependencies with Berkshelf 3.2.4... | |
Removing non-cookbook files before transfer | |
Preparing solo.rb | |
-----> Chef Omnibus installation detected (install only if missing) | |
Transferring files to <default-ubuntu-1404> | |
Starting Chef Client, version 12.3.0 | |
Compiling Cookbooks... | |
Converging 10 resources | |
Recipe: apt::default | |
* file[/var/lib/apt/periodic/update-success-stamp] action nothing (skipped due to action :nothing) | |
* directory[/etc/apt/apt.conf.d] action create (up to date) | |
* cookbook_file[/etc/apt/apt.conf.d/15update-stamp] action create (up to date) | |
* execute[apt-get-update] action run (skipped due to not_if) | |
* execute[apt-get update] action nothing (skipped due to action :nothing) | |
* execute[apt-get autoremove] action nothing (skipped due to action :nothing) | |
* execute[apt-get autoclean] action nothing (skipped due to action :nothing) | |
* execute[apt-get-update-periodic] action run (skipped due to only_if) | |
* directory[/var/cache/local] action create (up to date) | |
* directory[/var/cache/local/preseeding] action create (up to date) | |
Running handlers: | |
Running handlers complete | |
Chef Client finished, 0/4 resources updated in 1.55159096 seconds | |
Finished converging <default-ubuntu-1404> (0m3.22s). | |
-----> Kitchen is finished. (0m9.13s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment