Hello!

I've got question - how to use ssh_autorized_key as a virtual resource?
I've got bunch of users and ssh_authorized_key virtual resources, but  
only users gets to the target system - ssh keys not...

I write something like:
class admins {
@user { "username":
    ...
}
@ssh_authorized_key { "username":
        ensure => present,
        key => "...",
        type => "...",
        user => username,
        tag => admin
}
}

and then, in other class:
class bb::new {
...
include "admins"
User <| tag==admin |>
Ssh_authorized_key <| tag==admin |>
...
}

node bb {
        include bb::new
}

but nothing is happening.
---
Grzegorz Marszałek
[EMAIL PROTECTED]



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to