diff options
Diffstat (limited to 'manifests/tls.pp')
-rw-r--r-- | manifests/tls.pp | 1 |
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", } } |