Chef Installation on Node
• Chef and all its dependencies are installed via an operating system specific package (omnibus installer)
Installation includes
The Ruby language – used by Chef
Knife – Command line tool for administrators
Chef-client – Client application
Ohai – System profiler
… and more
Verifying Chef Installation on Node :
$ ssh chef@<EXTERNAL_ADDRESS>
$ ls /etc/chef
$ which chef-client
Change Log Level on Your Node :
$ vim /etc/chef/client.rb
Comments
Post a Comment