Since the language already has boolean logic expressions (http://docs.puppetlabs.com/guides/language_guide.html#expressions), it seems like what we are looking for is maybe some way of treating expressions as first-class and being able to pass them as parameters in order to be evaluated later.
On May 16, 2012, at 1:51 PM, Deepak Giridharagopal wrote: > On Wed, May 16, 2012 at 2:07 PM, Chris Price <[email protected]> wrote: > p.s., if we do go down this path it would be interesting to see if there is > some sort of existing library or standard specification for boolean logic > expressions that we could piggy-back off of, rather than rolling our own. > > There are also other places in the language that may have similar needs > around expressing conditions and selection criteria, such as when > collecting/realizing virtual or exported resources. > > deepak > > -- > Deepak Giridharagopal / Puppet Labs > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" 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-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
