Created
December 23, 2013 02:29
-
-
Save nellshamrell/8090997 to your computer and use it in GitHub Desktop.
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
* package[apache2] action install (up to date) | |
* service[apache2] action start (up to date) | |
* service[apache2] action enable (up to date) | |
* execute[a2dissite default] action run (skipped due to only_if) | |
* template[/etc/apache2/sites-available/clowns] action create (up to date) | |
* execute[a2ensite clowns] action run (skipped due to not_if) | |
* directory[/srv/apache/clowns] action create (up to date) | |
* template[/srv/apache/clowns/index.html] action create (up to date) | |
* template[/etc/apache2/sites-available/bears] action create (up to date) | |
* execute[a2ensite bears] action run (skipped due to not_if) | |
* directory[/srv/apache/bears] action create (up to date) | |
* template[/srv/apache/bears/index.html] action create (up to date) | |
Recipe: apt::default | |
* 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) | |
* package[update-notifier-common] action install (up to date) | |
* 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment