summaryrefslogtreecommitdiff
path: root/manifests/ssh.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-31 00:11:24 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:31 +0100
commit0ccc81f90b4ced62f3a605bff3f7ed21e06c9c34 (patch)
tree8c6e044c33090eead2e6f5c1e937f6b3beafcac9 /manifests/ssh.pp
parentarch builder add pip packages. (diff)
downloadprofiles-0ccc81f90b4ced62f3a605bff3f7ed21e06c9c34.tar.gz
profiles-0ccc81f90b4ced62f3a605bff3f7ed21e06c9c34.tar.xz
SSH implies letsencrypt.
Diffstat (limited to 'manifests/ssh.pp')
-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 {
}
}
}
-