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
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
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