hi admin,
This is the scenario that i am working on. I have a list of keys that need
to be registered against one remote account.
e.g.
key1=[ 'XXXXXXXX', 'YYYYY', 'ZZZZZZZ']
this is my ssh_authorized_keys code
ssh_authorized_key { "user1":
name => "user1@$fqdn",
ensure => present,
type => ssh-rsa,
key => $key1,
user => user1,
}
can i put to $key1 in? how can i do it? please advise.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/VfCGph6WY64J.
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.