diff modules/postfix/manifests/init.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 0dd899a10ee1
children 83885499c093
line wrap: on
line diff
--- a/modules/postfix/manifests/init.pp	Sat Mar 31 10:19:03 2018 +0100
+++ b/modules/postfix/manifests/init.pp	Sat Mar 31 10:19:53 2018 +0100
@@ -1,5 +1,6 @@
 class postfix (
   $mailserver,
+  $protocols='all'
   ){
   package { 'sendmail':
     ensure => 'absent',