aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/resources.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/resources.pp b/manifests/resources.pp
index aa95a7e..5c014fb 100644
--- a/manifests/resources.pp
+++ b/manifests/resources.pp
@@ -44,6 +44,10 @@ class nodo::resources {
$sshkeys = hiera('sshkeys', {})
create_resources('sshkey', $sshkeys)
+ # SSH Authorized keys
+ $ssh_authorized_keys = hiera('ssh_authorized_keys', {})
+ create_resources('ssh_authorized_key', $ssh_authorized_keys)
+
# PaX flags
$pax = hiera('nodo::subsystem::grsec::paxctl', {})
create_resources('nodo::subsystem::grsec::paxctl', $pax)