[Puppet Users] Re: [Puppet-dev] Puppet IRC logs

2011-11-24 Thread Dan Carley
On 22 November 2011 06:36, James Turnbull wrote: > Hi all > > I finally got around to fixing the IRC logs up a little and adding them > to their own site: > > http://www.puppetlogs.com/ > > The site contains search-able IRC logs for #puppet and #puppet-dev going > back to late 2007 or so. > > It'

Re: [Puppet Users] Re: [Puppet-dev] Puppet IRC logs

2011-11-24 Thread James Turnbull
Dan Carley wrote: > > Nice work. Always a great resource for finding information about obscure > error strings. > > Small request: could you setup a ServerAlias for "puppetlogs.com > "? Done. James -- James Turnbull Puppet Labs 1-503-734-8571 To schedule a meeting with

[Puppet Users] All nodes inherits default except for one module

2011-11-24 Thread Hans Schou
Hi I have been searching around but must give up on this one. I have bunch of servers which all uses the same modules except for one single module. In the worst case I have n modules and n nodes and each one of them should not include one different module. Example: all need resolv.conf but the n

Re: [Puppet Users] All nodes inherits default except for one module

2011-11-24 Thread Denmat
Hi, You might want to try something like: node default { if $hostname != 'nameserver' { include resolve.conf } if else elsif } See: http://docs.puppetlabs.com/guides/language_guide.html#conditionals Den On 24/11/2011, at 21:17, Hans Schou wrote: > Hi > > I have bee

[Puppet Users] SSL issues on ruby1.9

2011-11-24 Thread Greg Sutcliffe
Hi all, I'm having issues with getting a client to request a certificate from my master when using Ruby 1.9. The error message is: "err: Could not request certificate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed" I saw earlier messages on this

[Puppet Users] Host home directory from Puppetmaster if users exists

2011-11-24 Thread Kenneth Holter
Hi all, When our LDAP users log into a server for the first time, PAM creates their home directory. We use Puppet to define which groups of users (i.e. LDAP groups) than may log into the server, by setting a parameter ldap_allowed_users in Puppet Dashboard for the specific server. Our ldap_allowe