Issue #7762 has been updated by Ben Hughes.
I also tried a 'if not' which is slightly quicker to read than 'if !'. ---------------------------------------- Feature #7762: Allow "unless" as replacement for "if !" https://projects.puppetlabs.com/issues/7762 Author: Randall Hansen Status: Investigating Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: This ticket proposes to implement "unless" as an optional equivalent to "if !". In the DSL we sometimes need to write "if not", e.g., if ! ($ensure in [ "present", "absent" ]) { fail("bluetooth ensure parameter must be absent or present") } Some programming languages replace this with "unless". Its use is always optional, but can make the logic easier to write and to read (since it's easy to miss the little !). -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
