From a7cf0ae2631441696518561f28a23809a494b09b Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 6 Jul 2019 09:42:38 +0300 Subject: puppetmaster: listen on both ipv4 and ipv6 --- modules/puppet/templates/puppet.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') 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 -- cgit v1.2.1