From: Silvio Rhatto Date: Wed, 18 Aug 2010 01:13:28 +0000 (-0300) Subject: Sourcing tls_policy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=672288605189f91344d2d752d5474f1fadcdde18;p=puppet-mail.git Sourcing tls_policy --- diff --git a/manifests/tls.pp b/manifests/tls.pp index 46083ec..2a12468 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -8,5 +8,6 @@ class mail::tls { postfix::hash { "/etc/postfix/tls_policy": ensure => present, + source => "puppet://$server/files/postfix/tls_policy", } }