On Thu, Dec 17, 2009 at 2:57 PM, Roy Nielsen <[email protected]> wrote: > Hello, > > Can I specify multiple onlyif's and/or unless's in an exec statement? > > A quick look through the recipes didn't find any...
You can't specify multiples of any parameter. You'd need to chain them together with && or || as appropriate in a single parameter value. > > Thanks, > -Roy > > -- > > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > -- nigel -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
