Chef Infra (formerly just Chef) is a DevOps tool for scripting server configurations in Ruby (called cookbooks).
I haven't yet come across a Chef resource that will copy/move files locally. For example, I want to download …
chef-infraLet's say I have a default attribute in a cookbook: default.nginx_upstreams = { 'service1' => ['service1.server.com'], 'service2…
chef-infra chef-recipeUpdate: I think this question has to do with solr syntax in general, and not Chef in particular. So while …
solr lucene chef-infra knifeI've installed successfully chef on my workstation but when i am trying to create a role using the following command …
chef-infraTrying to figure out the best approach for a large project. When is it appropriate to add recipes within a …
chef-infra recipe chef-recipeRight now I have the following in my Vagrantfile: config.vm.provision :chef_solo do |chef| chef.cookbooks_path = "cookbooks" …
apt apt-get chef-infra vagrantI'm using chef-cookbook-hostname cookbook to setup node's hostname. I don't want my hostname to be hard coded in the attribute …
variables chef-infra recipeI have 7 files and 1 war. I need to change values when I deploy them. I have this: ##usuario #alfresco.user=***** …
chef-infra chef-recipeIs uninstalling Chef-Client just as easy as removing the directory, and making sure its not in the rc files? Is …
uninstallation chef-infraUnder certain conditions, I need to abort/end a Chef run with a non-zero status code, that will then propagate …
chef-infra continuous-deployment