summaryrefslogtreecommitdiff
path: root/manifests/tls.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-17 22:13:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-17 22:13:28 -0300
commit672288605189f91344d2d752d5474f1fadcdde18 (patch)
tree3fc1cd2406434a896250f8e8f9cac2b3dd746775 /manifests/tls.pp
parent83b77b795f4c9e2a761a2f4d157bfea3805913bd (diff)
downloadpuppet-mail-672288605189f91344d2d752d5474f1fadcdde18.tar.gz
puppet-mail-672288605189f91344d2d752d5474f1fadcdde18.tar.bz2
Sourcing tls_policy
Diffstat (limited to 'manifests/tls.pp')
-rw-r--r--manifests/tls.pp1
1 files changed, 1 insertions, 0 deletions
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",
}
}