[Puppet Users] Re: Puppet unless behaviour with a dependency

2012-02-20 Thread jcbollinger
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

[Puppet Users] Re: Puppet unless behaviour with a dependency

2012-02-20 Thread jimbob palmer
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

[Puppet Users] Re: Puppet unless behaviour with a dependency

2012-02-17 Thread jcbollinger
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

[Puppet Users] Re: Puppet unless behaviour with a dependency

2012-02-17 Thread jimbob palmer
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

Re: [Puppet Users] Re: Puppet unless behaviour with a dependency

2012-02-17 Thread Adam Heinz
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

[Puppet Users] Re: Puppet unless behaviour with a dependency

2012-02-17 Thread jimbob palmer
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

[Puppet Users] Re: Puppet unless behaviour with a dependency

2012-02-17 Thread jimbob palmer
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

[Puppet Users] Re: Puppet unless behaviour with a dependency

2012-02-17 Thread jimbob palmer
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