chef-infra
chef wont install from recipes/cookbooks
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[详细]
2023-03-11 03:06 分类:问答Chef update config file
开发者_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.[详细]
2023-03-07 18:37 分类:问答How can I tag an EC2 instance using Ruby in Chef?
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?[详细]
2023-03-07 15:57 分类:问答Importing Mysql database using Ruby/Chef Recipe for Vagrant
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[详细]
2023-03-06 05:52 分类:问答Problem installing PEAR with a chef recipe for vagrant
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.[详细]
2023-03-06 02:16 分类:问答Example of using Chef with LibCloud
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[详细]
2023-02-24 18:57 分类:问答Configuration Management for Windows [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-09 00:22 分类:问答How can I see all the data that solr is indexing?
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[详细]
2023-02-05 22:49 分类:问答Storing passwords in Chef?
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[详细]
2023-01-30 18:30 分类:问答Chef/knife command to update clients after changing role
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[详细]
2023-01-18 05:07 分类:问答