From 0ccc81f90b4ced62f3a605bff3f7ed21e06c9c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 31 Jan 2022 00:11:24 +0100 Subject: SSH implies letsencrypt. --- manifests/ssh.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/ssh.pp') 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 { } } } - -- cgit v1.2.3