diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/base.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index 77a818e..093d289 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -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'), + } } |