diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-17 22:13:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-17 22:13:28 -0300 |
commit | 672288605189f91344d2d752d5474f1fadcdde18 (patch) | |
tree | 3fc1cd2406434a896250f8e8f9cac2b3dd746775 /manifests | |
parent | 83b77b795f4c9e2a761a2f4d157bfea3805913bd (diff) | |
download | puppet-mail-672288605189f91344d2d752d5474f1fadcdde18.tar.gz puppet-mail-672288605189f91344d2d752d5474f1fadcdde18.tar.bz2 |
Sourcing tls_policy
Diffstat (limited to 'manifests')
-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", } } |