From 8151ca7c56399d2cba9a124820d875f68b1f86ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 18 Jan 2022 21:04:48 +0100 Subject: Change puppetdb listen to 127.0.0.1. This will hopefully enable /metrics to work in puppetboard. --- manifests/puppetdb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3