summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-18 21:04:48 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-18 21:04:48 +0100
commit8151ca7c56399d2cba9a124820d875f68b1f86ac (patch)
treefa866a426a90a216f53562032ba00c0e3ed8a286
parentFuck nano. (diff)
downloadprofiles-8151ca7c56399d2cba9a124820d875f68b1f86ac.tar.gz
profiles-8151ca7c56399d2cba9a124820d875f68b1f86ac.tar.xz
Change puppetdb listen to 127.0.0.1.
This will hopefully enable /metrics to work in puppetboard.
-rw-r--r--manifests/puppetdb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetdb.pp b/manifests/puppetdb.pp
index 7e53cd4..b321433 100644
--- a/manifests/puppetdb.pp
+++ b/manifests/puppetdb.pp
@@ -4,7 +4,7 @@ class profiles::puppetdb {
}
class { 'puppetdb':
- listen_address => '::',
+ listen_address => '127.0.0.1',
disable_ssl => false,
}