Add authorized keys
This commit is contained in:
parent
f8e6ba97ac
commit
72e0294d5e
|
@ -21,6 +21,11 @@ node default {
|
|||
|
||||
}
|
||||
|
||||
$ssh_authorized_keys = hiera_hash('ssh_authorized_keys', undef)
|
||||
if is_hash($ssh_authorized_keys) {
|
||||
create_resources('ssh_authorized_key', $ssh_authorized_keys)
|
||||
}
|
||||
|
||||
# edit and uncomment to manage ssh root keys in a simple way
|
||||
|
||||
#class { 'cosmos::access':
|
||||
|
|
Loading…
Reference in a new issue