Mercurial > repos > other > Puppet
comparison manifests/templates.pp @ 176:048bc4d6af43 puppet-3.6
Make Postfix IPv4 only
We have IPv6 on the server, but not publicly routable.
Disabling IPv6 through sysctl didn't work
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 31 Mar 2018 10:19:53 +0100 |
parents | 103a3630e9b2 |
children | 1b605c38b375 |
comparison
equal
deleted
inserted
replaced
175:c76ba5e3685f | 176:048bc4d6af43 |
---|---|
613 $mailserver, | 613 $mailserver, |
614 $imapserver, | 614 $imapserver, |
615 ){ | 615 ){ |
616 class { 'postfix': | 616 class { 'postfix': |
617 mailserver => $mailserver, | 617 mailserver => $mailserver, |
618 protocols => 'ipv4', | |
618 } | 619 } |
619 class { 'dovecot': | 620 class { 'dovecot': |
620 imapserver => $imapserver, | 621 imapserver => $imapserver, |
621 } | 622 } |
622 package { [ 'amavisd-new' ]: | 623 package { [ 'amavisd-new' ]: |