From 7f729659a885157e67b00d23ccc9afe962fedd0b Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 24 Sep 2019 18:03:19 +0300 Subject: puppetmaster: really listen on both ipv4 and ipv6 --- modules/puppet/templates/puppet.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'. -- cgit v1.2.1