Re: [Puppet Users] Re: howto trigger action on another client

2011-06-28 Thread Andreas Kuntzagk
Hi On Jun 27, 9:37 am, Andreas Kuntzagk andreas.kuntz...@mdc-berlin.de wrote: Thanks for these infos. I think I got at least a vague idea how this works and can already use it for some simple cases. One more question: If I define checks for the exported exec (like creates or onlyif will these

[Puppet Users] Re: howto trigger action on another client

2011-06-28 Thread jcbollinger
On Jun 28, 2:36 am, Andreas Kuntzagk andreas.kuntz...@mdc-berlin.de wrote: [... I wrote:] In general, facts, including custom facts, are the Puppet means for providing nodes' state details to the puppetmaster. It's probably the clean puppet way(tm) to do it but to write custom facts

[Puppet Users] review

2011-06-28 Thread Guillaume Rousse
Hello. Here is a custom fact I created for enumerating netgroups from an ldap directory. As I'm a total ruby newbie, I'd be interested by review for it. -- BOFH excuse #439: Hot Java has gone cold -- You received this message because you are subscribed to the Google Groups Puppet Users

Re: [Puppet Users] review

2011-06-28 Thread Adrien Thebo
Hi Guillaume, I would say that the fact looks pretty solid, with one little detail. The way facter was designed was to contain all of the logic to resolve a fact within the setcode block. If one of the requires fail, ruby will throw a LoadError, which facter will catch. However, if any of the

[Puppet Users] struggling with precedence/declarative language

2011-06-28 Thread Craig White
I think that the heat must be affecting me because this seems so simple but it's eluded me for too long now. What I am trying to do is create a symlink from one directory to another AFTER the package is installed. The error: err: Could not retrieve catalog from remote server: Error 400 on

Re: [Puppet Users] struggling with precedence/declarative language

2011-06-28 Thread Cosimo Streppone
On Tue, 28 Jun 2011 20:01:20 +0200, Craig White craig.wh...@ttiltd.com wrote: The error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter mode at /etc/puppet/modules/firebird/manifests/service.pp:17 on node ubuntu2.ttinet class

Re: [Puppet Users] struggling with precedence/declarative language

2011-06-28 Thread James Fryman
On Jun 28, 2011, at 1:01 PM, Craig White wrote: I think that the heat must be affecting me because this seems so simple but it's eluded me for too long now. What I am trying to do is create a symlink from one directory to another AFTER the package is installed. The error: err: Could

Re: [Puppet Users] struggling with precedence/declarative language

2011-06-28 Thread Craig White
On Jun 28, 2011, at 11:14 AM, Cosimo Streppone wrote: On Tue, 28 Jun 2011 20:01:20 +0200, Craig White craig.wh...@ttiltd.com wrote: The error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter mode at

[Puppet Users] FIPS 140-2 compliance

2011-06-28 Thread Jennings, Jared L CTR USAF AFMC 46 SK/CCI
I've just posted a feature request http://projects.puppetlabs.com/issues/8120 relating to FIPS 140-2 compliance. I'm pointing to it here on the mailing list because I listed there five places where Puppet (nay, Ruby!) crashed while I was testing a deployment using FIPS mode on all hosts. It

Re: [Puppet Users] FIPS 140-2 compliance

2011-06-28 Thread Daniel Pittman
On Tue, Jun 28, 2011 at 11:24, Jennings, Jared L CTR USAF AFMC 46 SK/CCI jared.jennings@eglin.af.mil wrote: I've just posted a feature request http://projects.puppetlabs.com/issues/8120 relating to FIPS 140-2 compliance. I'm pointing to it here on the mailing list because I listed there

[Puppet Users] eclipse install gepetto

2011-06-28 Thread bluethundr
hello list I am attempting to install gepetto into my eclipse environment. I have added the 'cloudsmith's' repo to eclipse: Cloudsmith - http://download.cloudsmith.com/geppetto/updates; but when I select the software to install this is the error I see Your original request has been modified.

[Puppet Users] syntax highlighting on emacs

2011-06-28 Thread Sylvain
Hi guys, I'm trying to install the syntax highlighting on emacs for Puppet. I'm using the configuration files provide on http://projects.reductivelabs.com/repositories/browse/puppet/ext/emacs When I open a .pp file I got this error: File mode specification error: (void-function puppet-mode)

Re: [Puppet Users] struggling with precedence/declarative language

2011-06-28 Thread Nathan Clemons
Did the error change, at least? If so, can you post the new error? -- Nathan Clemons http://www.livemocha.com The worlds largest online language learning community On Tue, Jun 28, 2011 at 11:23 AM, Craig White craig.wh...@ttiltd.comwrote: On Jun 28, 2011, at 11:14 AM, Cosimo Streppone

[Puppet Users] Re: Using Mcollective with Enterprise Ruby

2011-06-28 Thread Forrie
As I've gotten to the point of configuring server.cfg and client.cfg, based on the documentation in Pro Puppet (which also references use of RPMs), it seems we have some configuration issues -- perhaps about standards of where things need to be located. The book refers to a non-existent

[Puppet Users] Re: eclipse install gepetto

2011-06-28 Thread Jake - USPS
I think there is a version issue. I had Eclipse Galileo (3.5.2) installed from Ubuntu (11.04) and had similar issues (dependency issues, different 'pacakges'). I downloaded Indigo (3.7) and don't have issues now. One thing I noticed was in the Geppetto 'repo' it has a list of plugins other then

Re: [Puppet Users] Re: Using Mcollective with Enterprise Ruby

2011-06-28 Thread R.I.Pienaar
you are using the RPMs? what version and what have you installed. plugins.d is not where plugins go it would be /usr/share/mcollective of /usr/libexec/mcollective depending on distro etc - Original Message - As I've gotten to the point of configuring server.cfg and client.cfg, based on

Re: [Puppet Users] struggling with precedence/declarative language

2011-06-28 Thread Craig White
FInally solved it via 'require = Class['firebird::install'] to force that to run prior to firebird::service which leads me to a new question but I will start a new thread because I can use a much simpler example which has the same problem. Thanks Craig On Jun 28, 2011, at 12:14 PM, Nathan

[Puppet Users] Re: Using Mcollective with Enterprise Ruby

2011-06-28 Thread Forrie
Because I'm using Enterprise Ruby I had to manually run make rpm and use those. This is on RHEL5. It's just confusing when a book says one thing, the dist another. I also noticed that /usr/libexec/mcollective may have been installed incorrectly by the RPM. It installs it as

[Puppet Users] Eclipse Task Tags

2011-06-28 Thread Vlad
Does anyone know if you can get task tags for Gepetto in Eclipse. I see that it works only for CSS, HTML and a couple more. Can I add this functionality for puppet projects? -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group,

[Puppet Users] Certificate problems when upgrading to 2.7.1

2011-06-28 Thread Michael Halligan
Hi, I'm playing around with upgrading to 2.7.1 in the lab, and I'm not getting terribly far. After upgrading, when a 2.7.1 client attempts to connect to my formerly working puppet master (also upgraded to 2.7.1), I'm given this error: err: Could not retrieve catalog from remote server:

[Puppet Users] Newbie observation

2011-06-28 Thread Craig White
I am starting to find a pattern in my development and perhaps this might be useful to others. When I am doing a fairly complicated package, perhaps with templates for config files I break them all up. so I have (using apache for an example) modules/apache/manifests/

[Puppet Users] The Puppet Wiki

2011-06-28 Thread James Turnbull
Hi all As you'd be aware there's some old and probably not great content on the wiki. We're going to begin moving the good stuff into the Docs site and purging it from the wiki (we'll put in redirects where needed too). We'd love help doing this if anyone is interested too - fork the Docs

Re: [Puppet Users] Eclipse Task Tags

2011-06-28 Thread Henrik Lindberg
On 6/29/11 1:09 AM, Vlad wrote: Does anyone know if you can get task tags for Gepetto in Eclipse. I see that it works only for CSS, HTML and a couple more. Can I add this functionality for puppet projects? Hint - there is a Geppetto forum at google groups:

Re: [Puppet Users] Re: eclipse install gepetto

2011-06-28 Thread Henrik Lindberg
Hi Jake, Thanks for the report, I have updated the Geppetto FAQ (http://cloudsmith.github.com/geppetto/faq.html#2011/06/02/can-i-use-geppetto-in-eclipse) with the fact that Geppetto requires at least Eclipse 3.6 (Helios). I am pleased to hear that it installed fine into 3.7 Indigo. Hint -