Chef Infra (formerly just Chef) is a DevOps tool for scripting server configurations in Ruby (called cookbooks).
Im confused by the knife ssh command. According to the docs you can pass the -a flag if your node …
ssh chef-infra knifeI want to edit ec2 node's node_data using a knife node command. I can manually do it by using …
amazon-web-services amazon-ec2 chef-infra knifeUsing rvm, and an empty gemset, I get this: $ gem install chef --no-ri --no-rdoc ERROR: While executing gem ... (Gem::DependencyError) …
rubygems chef-infra net-sshCurrently I have all of my deployment scripts in shell, which installs about 10 programs and configures them. The way I …
linux shell deployment chef-infra ansibleI am trying to install chef and knife ec2 plugin on my laptop to set up the workstation. Initially I …
ruby ubuntu rubygems chef-infraI am trying develop a cookbook to make a flask app work with gunicorn and nginx. I have been successful …
flask chef-infra gunicorn cookbook test-kitchenAccording to "berks help update", the command is supposed to: "Update the cookbooks (and dependencies) specified in the Berksfile" (Yes ... …
chef-infra berkshelf berksfileI've used knife solo to create a new folder and a cookbook with a default recipe using a custom template …
chef-infra knifeI am following exact syntax but seeing some strange behavior while adding role to one of my nodes I am …
chef-infra chef-recipe knifeI need a programmatic way (any way) to tell if Chef client is installed on Linux. The only way I …
linux process chef-infra knife