]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Using inet_protocols postfix config
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jan 2014 15:52:21 +0000 (13:52 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jan 2014 15:52:21 +0000 (13:52 -0200)
manifests/base.pp

index 77a818ebeedf551242f936aca2b9cf6c61626c69..093d2895b82e55391d0416c9ff17263a442f639f 100644 (file)
@@ -31,4 +31,9 @@ class mail::base {
   postfix::hash { "/etc/postfix/transport":
     ensure => present,
   }
+
+  # See http://www.gtkdb.de/index_7_2274.html
+  postfix::config { 'inet_protocols':
+    value => hiera('mail::base::inet_protocols', 'ipv4'),
+  }
 }