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
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