Re: [Puppet Users] Puppet 3.0 and Hiera

2012-05-06 Thread R.I.Pienaar
On 5 May 2012, at 17:26, Trevor Vaughan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > With the integration of Hiera, is the extlookup functionality being > deprecated? > > If so, I would like to ask that the team add a Hiera backend for the existing > extlookup data sources. >

[Puppet Users] Re: Purging resources managed by other resources (files getting purged and re-created)

2012-05-06 Thread Miles Stevenson
Thanks. I think the problem was a mismatch in my file resources inside the vhost definition. Once I switched it from using "ensure => present", to "ensure => file" everything worked how I wanted. On Saturday, May 5, 2012 7:17:42 PM UTC, Miles Stevenson wrote: > > I've been experiencing what appe

[Puppet Users] 2 storedconfig questions, both Sshkey related...

2012-05-06 Thread Matthew Nicholson
So, I have 2 storedconfig questions: 1: Are "complex" searches just not supported? I want to simply do: Sshkey <<| tag == "some_tag" and type == "rsa" |>> (the type is mandatory, but this won't let me do complex searches, so i'm stuck only collecting the ones I want for this, where as i'd rather c

Re: [Puppet Users] Puppet 3.0 and Hiera

2012-05-06 Thread Nigel Kersten
On Sat, May 5, 2012 at 9:26 AM, Trevor Vaughan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > With the integration of Hiera, is the extlookup functionality being > deprecated? > > If so, I would like to ask that the team add a Hiera backend for the > existing extlookup data sources.

[Puppet Users] puppet kick without LDAP

2012-05-06 Thread the_fonz
Hi, Is there a way of issuing a puppet kick to multiple hosts without LDAP? I see the puppet kick options suports this with "all" and "class" but only with LDAP at present. I have a number of hosts so specifying each host using it's FQDN is a bit messy. I've tried using "--no-fqdn" but get: "ho

Re: [Puppet Users] puppet kick without LDAP

2012-05-06 Thread Christopher Wood
I'd write a cheap wrapper script, substituting paths as required. I'm also not fussy about kicking sequentially. $ echo host1 >>/tmp/mail; echo host2 >>/tmp/mail $ cat /tmp/mail host1 host2 $ cat /tmp/km #!/bin/bash dir=/tmp for

[Puppet Users] Re: What is "Could not intern from pson" error??

2012-05-06 Thread Sans
Hi there, Does anyone have any idea at all what's I'm doing wrong? I just have suddenly started seeing this since yesterday morning. Any help will be appreciated. Cheers!! On Sunday, May 6, 2012 2:51:56 AM UTC+1, Sans wrote: > > Dear all, > I'm getting this really annoying problem, where it'

Re: [Puppet Users] Re: What is "Could not intern from pson" error??

2012-05-06 Thread Denmat
Hi, Can you describe your setup a bit more for us? Versions, distros, apache/passenger, that kind of thing. You could try running puppetmaster in the foreground and see if that helps you get closer to a solution. puppet master --no-daemonize --verbose (or --debug) Then get a client to poll i