aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-07-06 09:42:38 +0300
committerThomas Backlund <tmb@mageia.org>2019-07-06 09:42:38 +0300
commita7cf0ae2631441696518561f28a23809a494b09b (patch)
tree141981675e6ceb270b8c1a5ea2d5470d818617b4 /modules
parent2a2431dbd76cd4786e4e585786f7aa5047e98248 (diff)
downloadpuppet-a7cf0ae2631441696518561f28a23809a494b09b.tar
puppet-a7cf0ae2631441696518561f28a23809a494b09b.tar.gz
puppet-a7cf0ae2631441696518561f28a23809a494b09b.tar.bz2
puppet-a7cf0ae2631441696518561f28a23809a494b09b.tar.xz
puppet-a7cf0ae2631441696518561f28a23809a494b09b.zip
puppetmaster: listen on both ipv4 and ipv6
Diffstat (limited to 'modules')
-rw-r--r--modules/puppet/templates/puppet.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf
index 2411acd9..04617319 100644
--- a/modules/puppet/templates/puppet.conf
+++ b/modules/puppet/templates/puppet.conf
@@ -1,5 +1,8 @@
<% db_config = scope.lookupvar('puppet::stored_config::db_config') %>
[main]
+ # listen on both ipv4 and ipv6
+ bindaddress = ::
+
# The Puppet log directory.
# The default value is '$vardir/log'.
logdir = /var/log/puppet