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