Hi Grzegorz,
Grzegorz Marszałek wrote:
> 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...
Unfortunately I cannot reproduce your problem. Could you write a
self-contained recipe showing this bug ?
The following recipe worked as expected on my system running puppet 0.24.5.
----
class admins {
@ssh_authorized_key{"francois":
ensure => present,
key => "blahhh",
type => "rsa",
user => "francois",
tag => "admin"
}
}
include admins
Ssh_authorized_key <| tag==admin |>
----
François
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---