summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 16:35:10 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 16:35:10 +0200
commit84f87c91acfc468582cc7ae0ba46881191d9a5f7 (patch)
tree8b5a9fcb96e08835cde228d6a75ffc2435220e4b
parentMerge branch 'master' into puppetserver (diff)
downloadprofiles-84f87c91acfc468582cc7ae0ba46881191d9a5f7.tar.gz
profiles-84f87c91acfc468582cc7ae0ba46881191d9a5f7.tar.xz
Puppetboard fix linter errors.
-rw-r--r--manifests/puppetboard.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/puppetboard.pp b/manifests/puppetboard.pp
index acb7330..6a351a3 100644
--- a/manifests/puppetboard.pp
+++ b/manifests/puppetboard.pp
@@ -23,9 +23,9 @@ class profiles::puppetboard (
# Configure puppetboard
class { 'puppetboard':
- manage_git => true,
- manage_virtualenv => true,
- puppetdb_port => $puppetdb_port,
+ manage_git => true,
+ manage_virtualenv => true,
+ puppetdb_port => $puppetdb_port,
# Required for /metrics/ to work
puppetdb_host => $puppetdb_host,
enable_catalog => true,
@@ -55,7 +55,7 @@ class profiles::puppetboard (
ssl_chain => "/etc/letsencrypt/live/${certname}/fullchain.pem",
}
- apache::vhost { "http-redirect":
+ apache::vhost { 'http-redirect':
servername => $::fqdn,
port => 80,
redirect_source => ['/'],