Add authorized keys
This commit is contained in:
parent
f8e6ba97ac
commit
72e0294d5e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
# edit and uncomment to manage ssh root keys in a simple way
|
||||||
|
|
||||||
#class { 'cosmos::access':
|
#class { 'cosmos::access':
|
||||||
|
|
Loading…
Add table
Reference in a new issue