search for: puppetcamp

Displaying 6 results from an estimated 6 matches for "puppetcamp".

Did you mean: puppetca
2010 Feb 23
0
Puppetcamp Europe 2010 - Call for submissions
We are looking for great speakers for our Puppetcamp Europe event in Ghent, Belgium. Get details on submitting your proposal here: http://reductivelabs.com/2010/02/23/puppetcamp-europe-2010-call-for-submissions/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send...
2011 Jun 20
3
Geppetto is ready
...quite a bit of time in it over the last six months. (Actually, it didn’t come out of nowhere; it builds on work we’ve done in other domains over the last several years.) We released the first beta at FOSDEM 2011 in Brussels in early February, and got lots of really useful feedback there and at PuppetCamp Amsterdam in April. So thanks to everyone who’s offered help and encouragement along the way, with a special shout-out to the people at Puppet Labs. Regards - henrik -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this gr...
2010 Jun 15
1
"cyclic" dependencies
Hi all, I would like to reference a resource twice, with different configurations. At the moment I do this: service { "service1": ensure => running, enable => true, require => Exec["some stuff"] } exec { "some stuff": command => "/etc/init.d/service1 stop; do some stuff required for service1", unless => "find out if already
2011 Jun 22
2
environment ENC vs cmdline
Hi all, I am using puppet with an ENC script. In this scripts YAML output the environment (generally "production") is set. For testing purposes I would like to start puppet runs from the cmdline of a managed host like: $ puppet agent --onetime --no-daemonize --verbose --no-splay --environment development The problem is the --environment Parameter is not being used if an environment
2011 Apr 21
6
ssh_authorized_key fails when home directory doesn't exist
Here is my situation: 1. We use Active directory (LDAP) to store all user info which is retrieved from linux 2. A home directory is not created until the first time the user logs into the linux system I am using the ssh_authorized_key type to push out my ssh keys to every system. However, because I haven''t logged into every system at least once. Puppet errors out due to a missing
2011 May 09
4
Managing Switches.
All, I was looking at the new feature of puppet to manage switches, and it says: "A current limitation is that it isn’t possible to have 2 switches with the same interface name" Does this mean that if one switch has an interface called FastEthernet 0/1, that puppet can''t manage a second switch with an interface called FastEthernet 0/1? If so, that probably means you can