Questions tagged [chef-solo]
92 questions
0
votes
2 answers
Running scripts before Chef-solo starts?
I'm using Vagrant with Chef-solo to create a dev environment VM. Problem is, the Debian Chef package depends on a certain version of RubyGems to run, but I want the VM to have a much newer installed-from-source RubyGems version.
Is there a way in…

Suan
- 163
- 1
- 5
-1
votes
2 answers
How to use wrapper recipes in chef?
How can I cal a custom recipe from my default recipe? If I try
recipe 'my-base-server'
I get an error 1 argument for 0
What I want to achieve is a logical division of my recipe into base, web-server and app-server. I will setup each recipe as…

markhorrocks
- 513
- 3
- 10
- 26