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.
>
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
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
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.
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
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
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'
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