Skip to content

Instantly share code, notes, and snippets.

@btm
Created July 30, 2012 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btm/55e296aa501ddad51d2a to your computer and use it in GitHub Desktop.
Save btm/55e296aa501ddad51d2a to your computer and use it in GitHub Desktop.
ubuntu@ip-10-250-6-70:~$ sudo chef-client -j tmux-bind.json --why-run
[Mon, 30 Jul 2012 20:33:08 +0000] WARN: Forcing formatter of 'doc' to capture whyrun output.
Starting Chef Client, version 10.14.0.beta.3
[Mon, 30 Jul 2012 20:33:08 +0000] INFO: *** Chef 10.14.0.beta.3 ***
[Mon, 30 Jul 2012 20:33:11 +0000] INFO: Setting the run_list to ["recipe[tmux]", "recipe[bind]"] from JSON
[Mon, 30 Jul 2012 20:33:11 +0000] INFO: Run List is [recipe[tmux], recipe[bind]]
[Mon, 30 Jul 2012 20:33:11 +0000] INFO: Run List expands to [tmux, bind]
[Mon, 30 Jul 2012 20:33:11 +0000] INFO: Starting Chef Run for i-df9b7ca4
[Mon, 30 Jul 2012 20:33:11 +0000] INFO: Running start handlers
[Mon, 30 Jul 2012 20:33:11 +0000] INFO: Start handlers complete.
resolving cookbooks for run list: ["tmux", "bind"]
[Mon, 30 Jul 2012 20:33:12 +0000] INFO: Loading cookbooks [bind, tmux]
Synchronizing Cookbooks:
- bind
- tmux
Compiling Cookbooks...
[Mon, 30 Jul 2012 20:33:13 +0000] WARN: No zonesource defined, assuming zone names are defined as override attributes.
Converging 18 resources
Recipe: tmux::default
* package[tmux] action install (up to date)
Recipe: bind::default
* package[bind9] action install (up to date)
* package[bind9utils] action install (up to date)
* directory[/etc/bind] action create (up to date)
* directory[/var/cache/bind] action create (up to date)
* directory[/var/cache/bind/data] action create (up to date)
* directory[/var/cache/bind/master] action create (up to date)
* directory[/var/cache/bind/slaves] action create (up to date)
* cookbook_file[/etc/bind/named.rfc1912.zones] action create (up to date)
* cookbook_file[/var/cache/bind/named.empty] action create (up to date)
* cookbook_file[/var/cache/bind/named.ca] action create (up to date)
* cookbook_file[/var/cache/bind/named.loopback] action create (up to date)
* cookbook_file[/var/cache/bind/named.localhost] action create (up to date)
* execute[rndc-key] action run (skipped due to not_if)
* file[/etc/rndc.key] action touch
- Would update utime on file /etc/rndc.key
* service[bind9] action enable (up to date)
* service[bind9] action start (up to date)
* template[/etc/bind/named.options] action create (up to date)
* template[/etc/named.conf] action create (up to date)
[Mon, 30 Jul 2012 20:33:13 +0000] WARN: In whyrun mode, so NOT performing node save.
[Mon, 30 Jul 2012 20:33:13 +0000] INFO: Chef Run complete in 2.245748693 seconds
[Mon, 30 Jul 2012 20:33:13 +0000] INFO: Running report handlers
[Mon, 30 Jul 2012 20:33:13 +0000] INFO: Report handlers complete
Chef Client finished, 1 resources updated
ubuntu@ip-10-250-6-70:~$ sudo chef-client -j tmux-bind.json --why-run
[Mon, 30 Jul 2012 20:26:45 +0000] WARN: Forcing formatter of 'doc' to capture whyrun output.
Starting Chef Client, version 10.14.0.beta.3
[Mon, 30 Jul 2012 20:26:45 +0000] INFO: *** Chef 10.14.0.beta.3 ***
[Mon, 30 Jul 2012 20:26:48 +0000] INFO: Setting the run_list to ["recipe[tmux]", "recipe[bind]"] from JSON
[Mon, 30 Jul 2012 20:26:48 +0000] INFO: Run List is [recipe[tmux], recipe[bind]]
[Mon, 30 Jul 2012 20:26:48 +0000] INFO: Run List expands to [tmux, bind]
[Mon, 30 Jul 2012 20:26:48 +0000] INFO: Starting Chef Run for i-df9b7ca4
[Mon, 30 Jul 2012 20:26:48 +0000] INFO: Running start handlers
[Mon, 30 Jul 2012 20:26:48 +0000] INFO: Start handlers complete.
resolving cookbooks for run list: ["tmux", "bind"]
[Mon, 30 Jul 2012 20:26:49 +0000] INFO: Loading cookbooks [bind, tmux]
Synchronizing Cookbooks:
- bind
- tmux
Compiling Cookbooks...
[Mon, 30 Jul 2012 20:26:49 +0000] WARN: No zonesource defined, assuming zone names are defined as override attributes.
Converging 18 resources
Recipe: tmux::default
* package[tmux] action install[Mon, 30 Jul 2012 20:26:49 +0000] INFO: Processing package[tmux] action install (tmux::default line 19)
(up to date)
Recipe: bind::default
* package[bind9] action install[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing package[bind9] action install (bind::default line 33)
(up to date)
* package[bind9utils] action install[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing package[bind9utils] action install (bind::default line 33)
(up to date)
* directory[/etc/bind] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing directory[/etc/bind] action create (bind::default line 37)
(up to date)
* directory[/var/cache/bind] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing directory[/var/cache/bind] action create (bind::default line 37)
(up to date)
* directory[/var/cache/bind/data] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing directory[/var/cache/bind/data] action create (bind::default line 46)
(up to date)
* directory[/var/cache/bind/master] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing directory[/var/cache/bind/master] action create (bind::default line 46)
(up to date)
* directory[/var/cache/bind/slaves] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing directory[/var/cache/bind/slaves] action create (bind::default line 46)
(up to date)
* cookbook_file[/etc/bind/named.rfc1912.zones] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing cookbook_file[/etc/bind/named.rfc1912.zones] action create (bind::default line 56)
(up to date)
* cookbook_file[/var/cache/bind/named.empty] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing cookbook_file[/var/cache/bind/named.empty] action create (bind::default line 65)
(up to date)
* cookbook_file[/var/cache/bind/named.ca] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing cookbook_file[/var/cache/bind/named.ca] action create (bind::default line 65)
(up to date)
* cookbook_file[/var/cache/bind/named.loopback] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing cookbook_file[/var/cache/bind/named.loopback] action create (bind::default line 65)
(up to date)
* cookbook_file[/var/cache/bind/named.localhost] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing cookbook_file[/var/cache/bind/named.localhost] action create (bind::default line 65)
(up to date)
* execute[rndc-key] action run[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing execute[rndc-key] action run (bind::default line 73)
(skipped due to not_if)
* file[/etc/rndc.key] action touch[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing file[/etc/rndc.key] action touch (bind::default line 78)
- Would update utime on file /etc/rndc.key
* service[bind9] action enable[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing service[bind9] action enable (bind::default line 92)
(up to date)
* service[bind9] action start[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing service[bind9] action start (bind::default line 92)
(up to date)
* template[/etc/bind/named.options] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing template[/etc/bind/named.options] action create (bind::default line 98)
(up to date)
* template[/etc/named.conf] action create[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Processing template[/etc/named.conf] action create (bind::default line 110)
(up to date)
[Mon, 30 Jul 2012 20:26:50 +0000] WARN: In whyrun mode, so NOT performing node save.
[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Chef Run complete in 1.49203894 seconds
[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Running report handlers
[Mon, 30 Jul 2012 20:26:50 +0000] INFO: Report handlers complete
Chef Client finished, 1 resources updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment