Re: [Puppet Users] puppet class and user groups question

2012-08-13 Thread jcbollinger
On Monday, August 13, 2012 12:35:32 AM UTC-5, yersinia.spiros wrote: > > For situation like this define the group as a virtual group , better > yet define a module that contain the virtual group including it in > your class and "realize" it when necessary. Or sometime better use the > "spaces

Re: [Puppet Users] puppet class and user groups question

2012-08-12 Thread devzero2000
For situation like this define the group as a virtual group , better yet define a module that contain the virtual group including it in your class and "realize" it when necessary. Or sometime better use the "spaceship" operator if you want to realize with a command multiple user resources, virtual

[Puppet Users] puppet class and user groups question

2012-08-12 Thread Andrew
Hi all, so, summary: I am cant think of a way to supply group creds on the same group to two different classes that both require access to the ssl certificates. The ssl certs are group but not world accessible, 'mode => 660'. I have ldap doing tls, in one class, so the ldap user needs to be in t