summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/ssh.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/ssh.pp b/manifests/ssh.pp
index 1cf0fbf..ca52df8 100644
--- a/manifests/ssh.pp
+++ b/manifests/ssh.pp
@@ -1,6 +1,8 @@
class profiles::ssh {
include ::ssh
+ include profiles::letsencrypt
+
$authorized_keys = lookup('ssh_authorized_keys', Array[Hash], undef, [])
ssh::client::config::user { 'root':
@@ -15,4 +17,3 @@ class profiles::ssh {
}
}
}
-