Issue #1801 has been updated by James Turnbull.

Status changed from Rejected to Closed
Assigned to deleted (Puppet Community)
Target version deleted (unplanned)


----------------------------------------
Feature #1801: Add "if not" capability to language
http://projects.reductivelabs.com/issues/1801

Author: Oliver Hookins
Status: Closed
Priority: Normal
Assigned to: 
Category: language
Target version: 
Complexity: Unknown
Affected version: 0.24.6
Keywords: 


Currently you can't do an if not or if ! style construct, instead you need to 
do something a bit hacky like this:

<pre>
case $blah {
    "": {
            # do stuff here
    }
}
</pre>
which would be much better represented as:
<pre>
if not $blah {
    # do stuff
}
</pre>


-- 
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://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---

Reply via email to