I think I\'m missing something fundamental in deploying applications using Chef. I\'ve cloned a bunch of cookbooks from the opscode repo. I made changes and knifed them appropriately.Everything is co
开发者_Python百科I have a chef cookbook which installs nginx and install a custom nginx.conf file. It\'s basically the same cookbook on Opscode, and uses cookbook_file to install the file.
I\'m playing around with Chef to launch EC2 insta开发者_如何学Gonces. Everything is working pretty well, but Chef doesn\'t seem to have the ability to tag the instances. Am I missing something?
I am writing a chef script to automate setting dev environments. I can get a database created and grant privileges but I am trying to find out a way to import a mysql dump file into the database that
I am using Vagrant to create a development server locally. I am writing my own Chef recipe to install everything I need but I am running into problems.
Chef is commonly used for provisioning servers, right?So is LibCloud, right? What\'s an example use case of why someone wo开发者_C百科uld use both tools together?I use chef to bootstrap ec2 instances
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
So I have a solr serve开发者_开发知识库r running as part of a chef server. Some of my nodes just aren\'t coming up in searches. I can use ?q=*:* to show the documents but most of the chef data is inde
What is the best practice for storing password and API keys with Chef?It\'s really tempting to store database passwords, AWS api keys, and other sensitive credentials as Chef Server Attributes for use
After I boot up a server using Chef, if I\'ve forgotten to include a recipe in a role (eg apache2::mod_ssl) is there a way to simply update the client without having to delete it and \"knife server cr