summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 18:15:02 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 18:15:02 +0200
commit15a46fcccac5d42603d605c06dccb7c75126dfa6 (patch)
treebc254a1aaafceb5cbbb1586fa4a46a1054184f4f
parentChange puppetboard again. (diff)
downloadprofiles-15a46fcccac5d42603d605c06dccb7c75126dfa6.tar.gz
profiles-15a46fcccac5d42603d605c06dccb7c75126dfa6.tar.xz
fix
-rw-r--r--manifests/puppetboard.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/puppetboard.pp b/manifests/puppetboard.pp
index e1ad188..bbe4841 100644
--- a/manifests/puppetboard.pp
+++ b/manifests/puppetboard.pp
@@ -50,7 +50,9 @@ class profiles::puppetboard (
letsencrypt::cert { $server_name:
domains => [ $server_name ],
authenticator => 'apache',
- post_hook => 'apache2ctl restart',
+ config => {
+ 'post-hook' => 'apache2ctl restart',
+ }
}
# Only set up TLS if we are ready. This allows us to bootstrap