All tools/Chef Infra

Chef Infra

chef

A powerful automation platform that transforms infrastructure into code, automating how it is configured, deployed and managed.

Detected by chef, knife, chef-client, chef-solo, chef-apply | macOS, Linux, Windows |www.chef.io

Sync rules

What travels, what stays, what never leaves
Chef Infra in your home directory Every rule on this page, by file
# Chef Infra workstation configuration.
node_name 'octocat'
client_key '/home/octocat/.chef/octocat.pem'machine-local
validation_client_name 'example-validator'
validation_key '/home/octocat/.chef/example-validator.pem'machine-local
chef_server_url 'https://chef.example.com/organizations/example'
chef_repo_path '/home/octocat/code/chef-repo'machine-local
cookbook_path ['/home/octocat/code/chef-repo/cookbooks']machine-local
ssl_verify_mode :verify_peer

Each machine keeps its own copy of these.

log_level :info
log_location STDOUT
node_name 'octocat'
client_key '/Users/octocat/.chef/octocat.pem'machine-local
validation_client_name 'example-validator'
validation_key '/Users/octocat/.chef/example-validator.pem'machine-local
chef_server_url 'https://chef.example.com/organizations/example'
chef_repo_path '/Users/octocat/code/chef-repo'machine-local
cookbook_path ['/Users/octocat/code/chef-repo/cookbooks']machine-local
knife[:editor] = 'vim'

Each machine keeps its own copy of these.

· credentials Never synced
· *.pem Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/chef. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps all credential files out. None of them splits client_key and validation_key for you — that part is Otty’s own sync, or a template you write by hand.