Chef Infra
chefA powerful automation platform that transforms infrastructure into code, automating how it is configured, deployed and managed.
A powerful automation platform that transforms infrastructure into code, automating how it is configured, deployed and managed.
Otty extracts these into your secret store instead of syncing the files. Every generated manager config below leaves them out too.
client_key, validation_key, cookbook_path, chef_repo_path# Chef Infra workstation configuration.node_name 'octocat'client_key '/home/octocat/.chef/octocat.pem'machine-localvalidation_client_name 'example-validator'validation_key '/home/octocat/.chef/example-validator.pem'machine-localchef_server_url 'https://chef.example.com/organizations/example' chef_repo_path '/home/octocat/code/chef-repo'machine-localcookbook_path ['/home/octocat/code/chef-repo/cookbooks']machine-local ssl_verify_mode :verify_peerOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
client_key, validation_key, cookbook_path, chef_repo_pathlog_level :infolog_location STDOUTnode_name 'octocat'client_key '/Users/octocat/.chef/octocat.pem'machine-localvalidation_client_name 'example-validator'validation_key '/Users/octocat/.chef/example-validator.pem'machine-localchef_server_url 'https://chef.example.com/organizations/example' chef_repo_path '/Users/octocat/code/chef-repo'machine-localcookbook_path ['/Users/octocat/code/chef-repo/cookbooks']machine-local knife[:editor] = 'vim'Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. Chef Infra writes no caches or state in your home directory.
client_keyvalidation_keycookbook_pathchef_repo_path# Chef Infra workstation configuration.node_name 'octocat'client_key '/home/octocat/.chef/octocat.pem'machine-localvalidation_client_name 'example-validator'validation_key '/home/octocat/.chef/example-validator.pem'machine-localchef_server_url 'https://chef.example.com/organizations/example' chef_repo_path '/home/octocat/code/chef-repo'machine-localcookbook_path ['/home/octocat/code/chef-repo/cookbooks']machine-local ssl_verify_mode :verify_peerEach machine keeps its own copy of these.
client_keyvalidation_keycookbook_pathchef_repo_pathlog_level :infolog_location STDOUTnode_name 'octocat'client_key '/Users/octocat/.chef/octocat.pem'machine-localvalidation_client_name 'example-validator'validation_key '/Users/octocat/.chef/example-validator.pem'machine-localchef_server_url 'https://chef.example.com/organizations/example' chef_repo_path '/Users/octocat/code/chef-repo'machine-localcookbook_path ['/Users/octocat/code/chef-repo/cookbooks']machine-local knife[:editor] = 'vim'Each machine keeps its own copy of these.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
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.