----- Original Message ----- > From: "jimbob palmer" <jimbobpal...@gmail.com> > 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? Should the second Exec succeed > even if the first never runs? > > exec { "one": > command => "/bin/true", > unless => '/bin/false' > } > exec { "two": > command => "/bin/true", > require => Exec["one"], > }
I think this is https://projects.puppetlabs.com/issues/5876 i think this is a major failure of Puppet to honour what people expect and what the language suggests in the choice of meta param names etc but there's some debate in that ticket -- 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 from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.