Cheatsheet: Chef Automation


- PDF Link: cheatsheet-chef-A4.pdf, Category: linux
- Blog URL: https://cheatsheet.dennyzhang.com/cheatsheet-chef-A4
- Related posts: CheatSheet: shell, #denny-cheatsheets
1.1 Chef Summary
Name | Command |
---|---|
Cookbook folder | /var/chef/cache/cookbooks , /etc/chef/local-mode-cache |
Log folder | /var/chef/outputs/ |
Chef log a message | puts “################## My Test var: #{var}.” |
1.2 Chef Resources
Name | Command |
---|---|
Create a file with given content | Link: file resource |
Chef install package | Link: chef package resource |
Chef conditional update | |
Chef create file/directory | Link: file resource, Link: directory resource |