The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
24 views

Chef doesn't preseed installation of the package

I have created a a file in my cookbook in files/default/debconf-selections-libnss-ldapd with the following content : libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow ...
1
vote
2answers
397 views

Chef Knife Upload Cookbook: Method not Allowed

I'm running Chef server 11 on a CentOS 6 box. Installed via the RPM from Opscode. I set up my workstation on a Windows 7 box. I can run the usual knife client list and get a response, so I'm confident ...
0
votes
2answers
181 views

Chef cookbook dependencies of dependencies

This might be a simple question - I am trying to install a cookbook (gitlab) I cloned the cookbook into a folder on my local drive and ran knife cookbook upload gitlab. Immediately it threw an ...
2
votes
1answer
587 views

Overriding attributes with Chef Solo

I'm trying to install Maven 3 using Chef Solo and the following cookbook: http://community.opscode.com/cookbooks/maven The cookbook installs Maven 2 by default, and the first time I ran it, it ...
0
votes
1answer
481 views

Specify virtualenv python version using Chef's application_python cookbook

I'm using Opscode's application_python cookbook, and trying to deploy a Django application. I need to use Python 2.7 for this project, but it appears that the virtualenv creation is done with ...
3
votes
1answer
1k views

setting chef hostname to nodename on/after bootstrap

I do tests atm with Chef and I have a virtual machine which I'm cloning to generate new nodes. I do bootstrap with the knife command and the -N Parameter to give each host a nodename. The Problem is ...
1
vote
2answers
829 views

chef assign elastic ip to instance

I am using a custom bash script to spin up/down EC2 instances as needed. The script creates the instance similar to: knife ec2 server create --config .chef/knife.rb with a few other parameters. It ...
0
votes
1answer
214 views

Chef - not able to install sysstat

I am having trouble installing sysstat using a chef (v0.9.8) recipe. Any help or pointers would be greatly appreciated! I have included my chef recipe towards the end. After running this recipe, I am ...
1
vote
1answer
602 views

Problem configuring Cookbooks in chef

I've been trying to setup a chef server and supply it with the cookbooks form the opscode github page http://github.com/opscode/cookbooks.git I've cloned this repo and set it in both my server ...