summaryrefslogtreecommitdiff
path: root/manifests/tls.pp
diff options
context:
space:
mode:
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",
}
}