> > > > "/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
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
> > 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
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
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
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