diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-09-24 18:03:19 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-09-24 18:03:19 +0300 |
commit | 7f729659a885157e67b00d23ccc9afe962fedd0b (patch) | |
tree | a6cbff1847377da0cd4a852957be6cc88fe90b82 /modules | |
parent | 6355edcb6b412afa020e281a38a6a12fd4ec3f33 (diff) | |
download | puppet-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.conf | 2 |
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'. |