Hi all, I'm currently looking out to implement puppet in our network. I've done a lot of reading (Pro Puppet book) and tested some of it's features, which are working. Right now, I'm trying to find out a way to create a group for a node, here's an example of what I would like :
node default { include sssd } node 'group of members' inherits default{ } Instead of declaring it for each nodes, is it possible to create a group? Excuse my low knowledge of puppet, but I can't find a way to do it. Thanks! KP -- 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.