summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-21 10:46:05 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-28 12:59:31 +0100
commit16d801270938953d5fe55e77d978edebbad64148 (patch)
tree5434394790473b88e7eb873b0f2c6c64911dc53b
parentAllow dns_zones without views. (diff)
downloadprofiles-16d801270938953d5fe55e77d978edebbad64148.tar.gz
profiles-16d801270938953d5fe55e77d978edebbad64148.tar.xz
Puppetdb allow insecure connections.
-rw-r--r--manifests/puppetdb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetdb.pp b/manifests/puppetdb.pp
index 3f8ca0b..9d66834 100644
--- a/manifests/puppetdb.pp
+++ b/manifests/puppetdb.pp
@@ -4,7 +4,7 @@ class profiles::puppetdb {
}
class { 'puppetdb':
- listen_address => '127.0.0.1',
+ listen_address => '::', # Just accept insecure connections
disable_ssl => false,
}