Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit 5afb9b0

Browse files
committed
Merge pull request #109 from xaque208/issue69
Use the puppet default bindaddress
2 parents e19ca60 + a2b5981 commit 5afb9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
$serverssl_protos = undef,
4141
$serverssl_ciphers = undef,
4242
$ca = false,
43-
$bindaddress = '::',
43+
$bindaddress = '0.0.0.0',
4444
$enc = '',
4545
$enc_exec = '',
4646
$servername = undef,

0 commit comments

Comments
 (0)