Issue #2628 has been updated by James Turnbull. Target version changed from Rowlf to Statler
---------------------------------------- Feature #2628: It would be useful if node name regexps set $1 http://projects.reductivelabs.com/issues/2628 Author: Markus Roberts Status: Accepted Priority: Normal Assigned to: Brice Figureau Category: language Target version: Statler Affected version: 0.25.0 Keywords: Branch: If $1 was set as below: <pre> node /([a-z])\d+.my.com/ { include "role::$1" } </pre> <pre> node /(web|mail|db)\d+.my.com/ { include "role::$1" } </pre> Then we could have things like web001.my.com would include the "role::web" class -- 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.
