summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
}