Skip to content

Instantly share code, notes, and snippets.

@juliandunn
Created October 31, 2014 17:22
Show Gist options
  • Save juliandunn/d32a6d277038061f297d to your computer and use it in GitHub Desktop.
Save juliandunn/d32a6d277038061f297d to your computer and use it in GitHub Desktop.
Starting Chef Client, version 12.2.0.dev.0
resolving cookbooks for run list: ["chef-client::config", "chef-client::service", "chef-client::delete_validation"]
Synchronizing Cookbooks:
- cron
- chef-client
- logrotate
- windows
- chef_handler
Compiling Cookbooks...
Converging 12 resources
Recipe: chef-client::config
* directory[/var/run/chef] action create (up to date)
* directory[/var/spool/chef] action create (up to date)
* directory[/var/lib/chef] action create (up to date)
* directory[/var/adm/chef] action create (up to date)
* directory[/etc/chef] action create (up to date)
* template[/etc/chef/client.rb] action create (up to date)
* directory[/etc/chef/client.d] action create (up to date)
* ruby_block[reload_client_config] action nothing (skipped due to action :nothing)
Recipe: chef-client::src_service
* execute[install chef in SRC] action run[2014-10-31T12:22:09-05:00] WARN: Please install an English UTF-8 locale for Chef to use, falling back to C locale and disabling UTF-8 support.
(skipped due to not_if)
* execute[enable chef] action run[2014-10-31T12:22:09-05:00] WARN: Please install an English UTF-8 locale for Chef to use, falling back to C locale and disabling UTF-8 support.
(skipped due to not_if)
* service[chef] action start[2014-10-31T12:22:10-05:00] WARN: Please install an English UTF-8 locale for Chef to use, falling back to C locale and disabling UTF-8 support.
(up to date)
Recipe: chef-client::delete_validation
* file[/etc/chef/validation.pem] action delete (up to date)
Running handlers:
Running handlers complete
Chef Client finished, 0/9 resources updated in 7.694422 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment