Got it working using:

node /^synd.*\.path2\.some\.domain$/ {
    include ibapps
    include db
}

On Jul 4, 4:32 pm, cmvelo <cmv...@gmail.com> wrote:
> I am trying to match groups of nodes - i.e.
>
> Node: synd1-path2.path2.some.domain
> Node: synd2-path2.path2.some.domain
>
> By using either of the node definitions below:
>
> node /^synd\w+\.path2\.some\.domain$/ {
>     include ibapps
>     include db
>
> }
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> I have already read through the Puppet language tutorial and it would
> seem
> that any of the above node definitions should work.
>
> Host info:
> --------------
> CentOS 5.4
> Puppet: puppet-0.25.5-1.el5
>
> Thanks much in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to