From 9005dc96cc6ca9610c8a2d1e828a83ac69774c7b Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 12 Sep 2024 10:18:03 +0200 Subject: [PATCH] disable HTTPS on repo-deb01 the vhosts do not point to it yet, so LE won't be able to obtain a cert --- puppet/data/nodes/repo-deb01.osuosl.theforeman.org.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 puppet/data/nodes/repo-deb01.osuosl.theforeman.org.yaml diff --git a/puppet/data/nodes/repo-deb01.osuosl.theforeman.org.yaml b/puppet/data/nodes/repo-deb01.osuosl.theforeman.org.yaml new file mode 100644 index 000000000..cf8930aad --- /dev/null +++ b/puppet/data/nodes/repo-deb01.osuosl.theforeman.org.yaml @@ -0,0 +1,2 @@ +--- +profiles::repo::deb::https: false