Issue #7762 has been updated by Daniel Pittman. Status changed from In Topic Branch Pending Review to Merged - Pending Release
Merged. Thanks for the contribution. ---------------------------------------- Feature #7762: Allow "unless" as replacement for "if !" https://projects.puppetlabs.com/issues/7762 Author: Randall Hansen Status: Merged - Pending Release Priority: Normal Assignee: Jeff Weiss Category: Target version: Telly Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/424 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.
