[Puppet Users] Re: Adding multiple sudoer files to sudoers.d

2011-05-04 Thread takrishnan
Thanks Nan! Can I use the define directly within a node specification? For example: node abc { include sudoers::config {group1:} } node xyz inherits abc { include sudoers::config {group2:} } Anandha On Apr 29, 10:04 am, Nan Liu n...@puppetlabs.com wrote: On Fri, Apr 29, 2011 at

Re: [Puppet Users] Re: Adding multiple sudoer files to sudoers.d

2011-05-04 Thread Nan Liu
On Wed, May 4, 2011 at 12:24 PM, takrishnan takrish...@yahoo.com wrote: Can I use the define directly within a node specification? For example: node abc {      include sudoers::config {group1:} } Defines result in a custom resource type, and the sytax is the same as any other puppet