Matthew Delves wrote:
> Hi all,
> I currently am using puppet with storeconfigs and am quite happy with the
> results. I also see that there is now the option of having
> async_storeconfigs. What I'm wondering about is the following:
> 1. What benefit is there to running async_storeconfigs over s
Hi all,
I currently am using puppet with storeconfigs and am quite happy with the
results. I also see that there is now the option of having async_storeconfigs.
What I'm wondering about is the following:
1. What benefit is there to running async_storeconfigs over storeconfigs?
2. In what scenario
I just set up activemq and puppetqd for the first time in my dev
enviornment. I was under the (apparently false) assumption that *all*
database updates would be queued, but to my dismay I saw my
puppetmasters directly inserting fact data to the database.
I was able to verify that it uses the ac
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Andrew Schulman wrote:
> > At http://reductivelabs.com/trac/puppet/wiki/ModuleDocumentationStandards,
> > I see
> >
> > Error: Failed to load processor redirect
> > No macro or processor named 'redirect' found
> >
>
> That page just redirec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrew Schulman wrote:
> At http://reductivelabs.com/trac/puppet/wiki/ModuleDocumentationStandards, I
> see
>
> Error: Failed to load processor redirect
> No macro or processor named 'redirect' found
>
That page just redirected to PuppetManifestDoc
At http://reductivelabs.com/trac/puppet/wiki/ModuleDocumentationStandards, I see
Error: Failed to load processor redirect
No macro or processor named 'redirect' found
Thanks,
Andrew.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to t
If it happened to you before that someone broke your manifest because of
simple change (e.g. didnt test it on all hosts/classes external nodes ...
combinations) this tool might be useful for you.
the idea is very simple, just try to compile the manifest based on
customized facts, classes, environm
2009/11/27 Paul Nasrat
> 2009/11/26 Avi Miller :
> > Hi Adam,
> >
> > sektoid0 wrote:
> >> Only chance to cleanly install it is to put both packages at
> >> once to rpm -i rpm1 rpm2. Or -i --nodeps on each one. It seems that
> >> non of these options are present in puppet package type. Any ideas?