summaryrefslogtreecommitdiff
path: root/manifests/puppetboard.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 03:53:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 03:54:19 +0100
commitbf16f684b9ae8ce4f510591947c587ca108cf312 (patch)
tree425b2fc3a7a15af2b8a9debbe92e4ca1111bd6f7 /manifests/puppetboard.pp
parentTurn on strict-variables. (diff)
downloadprofiles-bf16f684b9ae8ce4f510591947c587ca108cf312.tar.gz
profiles-bf16f684b9ae8ce4f510591947c587ca108cf312.tar.xz
Improve puppetboard?
Diffstat (limited to 'manifests/puppetboard.pp')
-rw-r--r--manifests/puppetboard.pp7
1 files changed, 5 insertions, 2 deletions
diff --git a/manifests/puppetboard.pp b/manifests/puppetboard.pp
index 74eb929..6262d65 100644
--- a/manifests/puppetboard.pp
+++ b/manifests/puppetboard.pp
@@ -25,8 +25,11 @@ class profiles::puppetboard {
manage_virtualenv => true,
require => Class['puppetdb'],
puppetdb_port => 8080,
- python_loglevel => 'info',
- offline_mode => true,
+ # Required for /metrics/ to work
+ puppetdb_host => '127.0.0.1',
+ enable_catalog => true,
+ python_loglevel => 'info',
+ offline_mode => true,
}
class { 'puppetboard::apache::vhost':