Re: Global vars issue

2011-03-07 Thread Mikhail Gusarov
On 07.03.2011 00:58, Jones, Stephen (MAS) wrote: > bundle common g { Have you got this bundle added to the bundlesequence before the bundle that contains aforementioned commands promise? -- Mikhail Gusarov ___ Help-cfengine mailing list Help-cfengine

Cfengine Help: Re: Global vars issue

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Re: Global vars issue Author: berntjernberg Link to topic: https://cfengine.com/forum/read.php?3,20975,20977#msg-20977 Hi, Import them to local bundle first with vars: "username" slist => "$(g.user_name)"; and then reference them locally.

Cfengine Help: Re: Bundling the configuration into modules

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Re: Bundling the configuration into modules Author: kenneho Link to topic: https://cfengine.com/forum/read.php?3,20949,20978#msg-20978 Thanks for your reply. In my first post I was a bit unclear as to what I'm actually looking for. To my understanding, bundles corr

Re: Cfengine Help: Re: Bundling the configuration into modules

2011-03-07 Thread Bas van der Vlies
On 07-03-11 12:26, no-re...@cfengine.com wrote: > Forum: Cfengine Help > Subject: Re: Bundling the configuration into modules > Author: kenneho > Link to topic: https://cfengine.com/forum/read.php?3,20949,20978#msg-20978 > > Thanks for your reply. > > In my first post I was a bit unclear as to what

cfengine2 training

2011-03-07 Thread Sebastien Torres
Hello All, Does anyone know of a cfengine2 training program class, preferably in the UK? Thanks, Sébastien This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only.

Re: cfengine2 training

2011-03-07 Thread Natxo Asenjo
On Mon, Mar 7, 2011 at 1:14 PM, Sebastien Torres wrote: > Hello All, > > Does anyone know of a cfengine2 training program class, preferably in the > UK? I supppose the folks at cfengine.com could arrange something for you for the right price. I found http://www.amazon.com/Automating-Linux-Syste

RE: cfengine2 training

2011-03-07 Thread Sebastien Torres
I did ask, no luck on that one. Thanks for the link. -Original Message- From: help-cfengine-boun...@cfengine.org [mailto:help-cfengine-boun...@cfengine.org] On Behalf Of Natxo Asenjo Sent: 07 March 2011 12:46 To: Cfengine help Subject: Re: cfengine2 training On Mon, Mar 7, 2011 at 1:14 P

Cfengine Help: Re: I think I have created a solution for keeping admin passwords in sync on AIX

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Re: I think I have created a solution for keeping admin passwords in sync on AIX Author: matter Link to topic: https://cfengine.com/forum/read.php?3,20974,20983#msg-20983 Impressive amount of work, however, I think you may be overcomplicating it. I have coded for a

Cfengine Help: Re: Bundling the configuration into modules

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Re: Bundling the configuration into modules Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,20949,20984#msg-20984 Perhaps you could tell us your end goal without describing how you would get there with Puppet. Then we can suggest how you mig

Cfengine Help: Re: cfengine2 training

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Re: cfengine2 training Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,20980,20985#msg-20985 There are plenty of examples and concepts in my CF2 cookbook that allow for some self study. http://watson-wilson.ca/blog/cfcookbook.html __

Cfengine Help: Re: I think I have created a solution for keeping admin passwords in sync on AIX

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Re: I think I have created a solution for keeping admin passwords in sync on AIX Author: raymondcox Link to topic: https://cfengine.com/forum/read.php?3,20974,20986#msg-20986 Thank you for the input, the code I had was definitely too complex. In the end I have creat

Cfengine Help: Re: I think I have created a solution for keeping admin passwords in sync on AIX

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Re: I think I have created a solution for keeping admin passwords in sync on AIX Author: matter Link to topic: https://cfengine.com/forum/read.php?3,20974,20987#msg-20987 Yes, that does look much better. The fewer the moving parts the better (unless you are Rube Gol

Re: module context for variables

2011-03-07 Thread Mikhail Gusarov
Ted, > As a suggestion, could the module execution take a > "namespace" string parameter so this is not an issue? And could the > module namespace be converted to a legal namespace without "." or any > other illegal characters? Filed as bugs https://cfengine.com/bugtracker/view.php?id=511 and

Re: packages: (yum) installing multiple architectures?

2011-03-07 Thread Michael Stevens
Yup, that was it. I installed 3.1.4 and it's behaving as expected. Thanks for the info. On Mar 3, 2011, at 6:14 PM, Frans Lawaetz wrote: > What version are you running? It looks like you might be hitting this bug: > https://cfengine.com/bugtracker/view.php?id=456 >

Cfengine Help: Modules are spamming me

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Modules are spamming me Author: daveseff Link to topic: https://cfengine.com/forum/read.php?3,20990,20990#msg-20990 I've created a module to define some classes basted on hardware. This works great with one exception. Every time cf-agent runs It produces an email to

Cfengine Help: Re: Modules are spamming me

2011-03-07 Thread no-reply
Forum: Cfengine Help Subject: Re: Modules are spamming me Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,20990,20991#msg-20991 You might want to add no_output => "true"; to your contain body body contain in_shell_and_silent { useshell => "true"; no_output => "true"; } Ch