RE: [Puppet Users] Puppet on Redhat 6

2011-04-04 Thread Jennings, Jared L CTR USAF AFMC 46 SK/CCI
> > > > "/bin/echo OS: $operatingsystem" You are right, Stefan! I didn't pay attention at all to the command being executed. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To

Re: [Puppet Users] Puppet on Redhat 6

2011-04-04 Thread Stefan Schulte
On Mon, Apr 04, 2011 at 09:34:10AM -0500, Jennings, Jared L CTR USAF AFMC 46 SK/CCI wrote: > > > my motd module is like this: > > > > > > class motd { > > > > > > $ascii = generate('/bin/sh', '-c', "/bin/echo OS: > > > $operatingsystem ) > > > > > > > Not an answer to your problem, but is

RE: [Puppet Users] Puppet on Redhat 6

2011-04-04 Thread Jennings, Jared L CTR USAF AFMC 46 SK/CCI
> > my motd module is like this: > > > > class motd { > > > > $ascii = generate('/bin/sh', '-c', "/bin/echo OS: > > $operatingsystem ) > > > > Not an answer to your problem, but isnt this the same as > > $ascii = "OS: ${operatingsystem}" > > -Stefan I believe the function is evaluat

Re: [Puppet Users] Puppet on Redhat 6

2011-04-01 Thread Stefan Schulte
On Fri, Apr 01, 2011 at 02:15:41AM -0700, JohnW wrote: > Hello > > I have been using puppet for a while now, more or less successfully on > SLES 11 and CentOS 5.5 > currently I am using puppet 2.6.6 > > I now am trying it out on redhat 6, and now i run into an problem with > even the simplest of

Re: [Puppet Users] Puppet on Redhat 6

2011-04-01 Thread Frank Sweetser
On 4/1/2011 5:15 AM, JohnW wrote: Hello I have been using puppet for a while now, more or less successfully on SLES 11 and CentOS 5.5 currently I am using puppet 2.6.6 I now am trying it out on redhat 6, and now i run into an problem with even the simplest of modules/classes The error I get is

[Puppet Users] Puppet on Redhat 6

2011-04-01 Thread JohnW
Hello I have been using puppet for a while now, more or less successfully on SLES 11 and CentOS 5.5 currently I am using puppet 2.6.6 I now am trying it out on redhat 6, and now i run into an problem with even the simplest of modules/classes The error I get is : debug: /Stage[main]/Motd/File[/e