[Puppet Users] Grouping user and ssh_authorized_key in one virtual class.

2010-04-20 Thread Dax
in one realize. Is it possible to make a class virtual and have one for each user? Thanx a mil Dax -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe fro

[Puppet Users] Re: Grouping user and ssh_authorized_key in one virtual class.

2010-04-29 Thread Dax
On Apr 25, 5:17 pm, Joe McDonagh wrote: > I do this with a definition, and yes you can have more than one ssh key > per user, as the authorized key type supports that, you would just need > to require the user also if you add any keys. It will be great if you can paste a little sample in here fo

[Puppet Users] How to: In nodes.pp - point "node" to hostnames in a file

2013-07-02 Thread Dax Jack
I am working on a project that involves host names with now sequence to them. I would like my "node" hostnames in nodes.pp to point to a file with a list of these hostnames. Example: node {path/filename} { instead of the usual: node 'www1.example.com' { or node /^www\d+$/ { Can this be d