Information Technology Reference
In-Depth Information
* directory[/var/lib/chef] action create (up to date)
* directory[/var/log/chef] action create (up to date)
* directory[/etc/chef] action create (up to date)
* template[/etc/chef/client.rb] action create
- update content in file /etc/chef/client.rb from 6d6918 to 934e27
--- /etc/chef/client.rb 2014-08-16 10:45:47.725998848 -0700
+++ /tmp/chef-rendered-template20140816-5689-wqon53 2014-08-16 10:45:54
.766997307 -0700
@@ -1,5 +1,7 @@
chef_server_url "https://default-centos65.vagrantup.com/organizations
/learningchef"
validation_client_name "learningchef-validator"
+ssl_verify_mode :verify_peer
+ssl_ca_file "/chef-repo/.chef/trusted_certs/
default-centos65_vagrantup_com.crt"
# Using default node name (fqdn)
* ruby_block[reload_client_config] action create
- execute the ruby block reload_client_config
* directory[/etc/chef/client.d] action create (up to date)
* ruby_block[reload_client_config] action nothing (skipped due to action :nothing)
Running handlers:
Running handlers complete
Chef Client finished, 2/18 resources updated in 2.654285226 seconds
Now, if you run chef-client one more time, finally there is no more SSL warning:
$ sudo chef-client
Starting Chef Client, version 11.14.2
resolving cookbooks for run list: ["chef-client::delete_validation",
"chef-client", "chef-client::config"]
Synchronizing Cookbooks:
- cron
- logrotate
- chef-client
Compiling Cookbooks...
...
Converging 17 resources
Recipe: chef-client::delete_validation
* file[/etc/chef/validation.pem] action delete (up to date)
Recipe: chef-client::init_service
* directory[/var/run/chef] action create (up to date)
Search WWH ::




Custom Search