Bug#529555: onlyif + unless precedence

2012-09-30 Thread Jayen Ashar
On Sun, Sep 30, 2012 at 7:41 AM, Micah Anderson mi...@riseup.net wrote: http://reductivelabs.com/trac/puppet/wiki/TypeReference#exec onlyif If this parameter is set, then this exec will only run if the command returns 0. unless If this parameter is set, then this exec will run unless the

Bug#529555: onlyif + unless precedence

2012-09-29 Thread Micah Anderson
http://reductivelabs.com/trac/puppet/wiki/TypeReference#exec onlyif If this parameter is set, then this exec will only run if the command returns 0. unless If this parameter is set, then this exec will run unless the command returns 0. So, If I specify something like: exec { rm

Bug#529555: onlyif + unless precedence

2009-05-19 Thread Jayen Ashar
Package: puppet Version: 0.24.7-2 Severity: normal http://reductivelabs.com/trac/puppet/wiki/TypeReference#exec onlyif If this parameter is set, then this exec will only run if the command returns 0. unless If this parameter is set, then this exec will run unless the command returns 0. So, If I