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