Information Technology Reference
In-Depth Information
recipe[chef-client]
recipe[chef-client::config]
Then log in to the node and perform a Chef run. Because you added the chef-cli-
ent::config recipe to your run list, Chef will make sure that the /etc/chef/client.rb matches
the settings corresponding to the attributes you set on the node. You'll get the SSL warning
one more time as chef-client hasn't yet applied your SSL verification settings:
$ kitchen login node-centos65
$ sudo chef-client
[2014-08-16T10:45:52-07:00] WARN:
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
SSL validation of HTTPS requests is disabled. HTTPS connections are still
encrypted, but chef is not able to detect forged replies or man in the middle
attacks.
...
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Starting Chef Client, version 11.14.2
resolving cookbooks for run list: ["chef-client::delete_validation",
"chef-client", "chef-client::config"]
Synchronizing Cookbooks:
- cron
- chef-client
- logrotate
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)
* directory[/var/cache/chef] action create (up to date)
* 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/init.d/chef-client] action create (up to date)
* template[/etc/sysconfig/chef-client] action create (up to date)
* service[chef-client] action enable (up to date)
* service[chef-client] action start (up to date)
Recipe: chef-client::config
* directory[/var/run/chef] action create (up to date)
* directory[/var/cache/chef] action create (up to date)
Search WWH ::




Custom Search