aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-09-24 18:03:19 +0300
committerThomas Backlund <tmb@mageia.org>2019-09-24 18:03:19 +0300
commit7f729659a885157e67b00d23ccc9afe962fedd0b (patch)
treea6cbff1847377da0cd4a852957be6cc88fe90b82 /modules
parent6355edcb6b412afa020e281a38a6a12fd4ec3f33 (diff)
downloadpuppet-7f729659a885157e67b00d23ccc9afe962fedd0b.tar
puppet-7f729659a885157e67b00d23ccc9afe962fedd0b.tar.gz
puppet-7f729659a885157e67b00d23ccc9afe962fedd0b.tar.bz2
puppet-7f729659a885157e67b00d23ccc9afe962fedd0b.tar.xz
puppet-7f729659a885157e67b00d23ccc9afe962fedd0b.zip
puppetmaster: really listen on both ipv4 and ipv6
Diffstat (limited to 'modules')
-rw-r--r--modules/puppet/templates/puppet.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf
index 04617319..28e8c363 100644
--- a/modules/puppet/templates/puppet.conf
+++ b/modules/puppet/templates/puppet.conf
@@ -1,7 +1,7 @@
<% db_config = scope.lookupvar('puppet::stored_config::db_config') %>
[main]
# listen on both ipv4 and ipv6
- bindaddress = ::
+ bindaddress = *
# The Puppet log directory.
# The default value is '$vardir/log'.