On Feb 20, 4:39 am, jimbob palmer wrote:
> On Feb 17, 5:22 pm, jimbob palmer wrote:
>
> > On Feb 17, 5:12 pm, Adam Heinz wrote:
>
> > > Something like this?
>
> > > exec { "second command":
> > > refreshonly => true,
> > > subscribe => Exec["first command"],
>
> > > }
>
> > Gah! I'm five
On Feb 17, 5:22 pm, jimbob palmer wrote:
> On Feb 17, 5:12 pm, Adam Heinz wrote:
>
> > Something like this?
>
> > exec { "second command":
> > refreshonly => true,
> > subscribe => Exec["first command"],
>
> > }
>
> Gah! I'm five minutes behind you. It works - THANKS.
The problem that this
On Feb 17, 9:19 am, "R.I.Pienaar" wrote:
> - Original Message -
> > From: "jimbob palmer"
> > To: puppet-users@googlegroups.com
> > Sent: Friday, February 17, 2012 3:12:46 PM
> > Subject: [Puppet Users] Puppet unless behaviour with a dependency
>
> > Is this really expected behaviour? S
On Feb 17, 5:12 pm, Adam Heinz wrote:
> Something like this?
>
> exec { "second command":
> refreshonly => true,
> subscribe => Exec["first command"],
>
>
>
>
>
>
>
> }
Gah! I'm five minutes behind you. It works - THANKS.
--
You received this message because you are subscribed to the Goog
Something like this?
exec { "second command":
refreshonly => true,
subscribe => Exec["first command"],
}
--
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 unsubscribe fr
On Feb 17, 4:41 pm, jimbob palmer wrote:
> On Feb 17, 4:19 pm, "R.I.Pienaar" wrote:
>
>
>
>
>
>
>
>
>
> > - Original Message -
> > > From: "jimbob palmer"
> > > To: puppet-users@googlegroups.com
> > > Sent: Friday, February 17, 2012 3:12:46 PM
> > > Subject: [Puppet Users] Puppet unless
On Feb 17, 4:19 pm, "R.I.Pienaar" wrote:
> - Original Message -
> > From: "jimbob palmer"
> > To: puppet-users@googlegroups.com
> > Sent: Friday, February 17, 2012 3:12:46 PM
> > Subject: [Puppet Users] Puppet unless behaviour with a dependency
>
> > Is this really expected behaviour? Sho
Sorry:
exec { "one":
command => "/bin/true",
unless => '/bin/true'
}
exec { "two":
command => "/bin/true",
require => Exec["one"],
}
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.go