[Puppet Users] regular expressions do not work with selectors as shown in documentation

2009-10-07 Thread Bryan Schneiders
The documentation at: http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#conditionals says: """ Starting with version 0.25, selectors now support regular expressions: $owner = $operatingsystem ? { /(redhat|debian)/ => "bin", default => undef, } In this last example, if $operat

[Puppet Users] Regular Expressions

2009-04-29 Thread jekhokie
Is there any way to use regular expressions within a custom type's provider, or are they not yet implemented within Puppet? If they are, do you simply execute them as usual according to regular Ruby syntax? --~--~-~--~~~---~--~~ You received this message because yo