Hi,

maybe it's in front of me but I can't see it, maybe I'm looking for
something in existent, but sounds strange to me.

Is there ant way for grouping node in nodes.pp? 

I mean, now I have:

# cat nodes.pp 
node "td234.pic.es" , "td065.pic.es", "td006.pic.es"  [...]{
        include worker_node
}


May I do a group of, i.e, 

WN_A {
td234.pic.es
}

WN_B {
td065.pic.es
td006.pic.es
}

group WN_A WN_B{
        include C
}


group WN_A {
        include A
}

group WN_B {
        include B
}



Anyone could help me?

Cheers,
Arnau

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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