[Puppet Users] Issues with Node Regex

2010-07-04 Thread cmvelo
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 } ~~

[Puppet Users] Re: Issues with Node Regex

2010-07-04 Thread cmvelo
Got it working using: node /^synd.*\.path2\.some\.domain$/ { include ibapps include db } On Jul 4, 4:32 pm, cmvelo 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

[Puppet Users] Updating node's configuration

2010-07-13 Thread cmvelo
Is there any way to have parts of a node's configuration updated automatically and other parts updated on-demand? i.e. node1 has two classes associated with it: • app1_class • sysconfig_class and ideally I would like to have the sysconfig_class updated regularly (i.e. r