From 8d6ed99f73e7284f3d6171ff6cb54d99550e53a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 31 Jan 2022 01:35:18 +0100 Subject: Revert "SSH implies letsencrypt." This reverts commit 6eae3b27bcc0b32798a30dc88e08be33a6fd8a93. --- manifests/ssh.pp | 3 +-- 1 file changed, 1 insertion(+), 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 { } } } + -- cgit v1.2.3