chef-infra
Should I have multiple chef-solo json config files?
I\'ve just started using chef-solo. I\'ve started using chef-solo to build my Ruby on Rails web servers from scratch. Along with my bootstrapping files (deploy.rb and install.rb) I have two config fil[详细]
2023-04-11 07:01 分类:问答Change Vagrant port forwarding on a running system
I have a Vagrant system up and running and I want to apply a change to it which is as little as changing one of the forwarding rules.[详细]
2023-04-08 11:13 分类:问答Chef shell script not being run
I am using Chef on Scalarium to download an agent and run various commands on it. What I\'m attempting is to write a shell script in the recipe to perform this.[详细]
2023-04-04 00:42 分类:问答Uninstalling a package using Chef
I have been using Chef to manage our servers. My roles/app.rb looks like this: name \"app\" description \"App server\"[详细]
2023-04-04 00:25 分类:问答use ssh keys with passphrase on a vagrant+chef setup
I\'ve got a vm running using vagrant, and I\'m provisioning it with Chef. One of the steps involves cloning a git repo, but my ssh-key (on my host machine) has a passphrase on it.[详细]
2023-03-30 22:13 分类:问答How can I set up a dependency to a Ruby library which doesn't exist at the time Chef loads recipes?
Scenario: Recipe1: downloads archives, extracts them. Makes available a CLI which also defines a Ruby library.[详细]
2023-03-29 07:45 分类:问答chef deployment?
I\'m interested in switching from Capistrano to Chef, but am having a few issues putting all the pieces together.[详细]
2023-03-23 23:03 分类:问答Would Puppet or Chef be used to set up a slave database?
Would the tasks required in configuring and deploying a slave database be tasks that Chef or Puppet would cover? Would I have, say, Puppet, adding the host configuration fo开发者_JS百科r the new slave[详细]
2023-03-22 17:37 分类:问答Chef: Strange Erlang Error when Trying to Run Chef-Solo
Trying to install Chef on my Oracle Linux Box.Got all the way through the below instructions and I get to the following spot:[详细]
2023-03-14 12:47 分类:问答How do you perform a package install as 'root' via sudo in Chef?
With chef, is it possible to add something to a recipe that 开发者_高级运维is installing a package to make the package command run as the super user rather than run the chef command as the super user,[详细]
2023-03-11 07:31 分类:问答