summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-04-25 13:21:48 -0300
committervarac <varacanero@zeromail.org>2016-04-25 16:41:20 -0300
commitf2f2c7391056c252523730cd76ab759db9117c9c (patch)
tree06a77d0ea155c571d4d77a4ba07291737b474552 /puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
parent8370875d608ebddae09fcd05741bb77e0e31c122 (diff)
[style] lint further more
- ignore puppet lint error about inheriting from different namespace
Diffstat (limited to 'puppet/modules/site_postfix/manifests/mx/smtp_tls.pp')
-rw-r--r--puppet/modules/site_postfix/manifests/mx/smtp_tls.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp b/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
index b27c0e3c..c93c3ba2 100644
--- a/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
+++ b/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
@@ -1,3 +1,4 @@
+# configure smtp tls
class site_postfix::mx::smtp_tls {
include site_config::x509::ca
@@ -24,7 +25,7 @@ class site_postfix::mx::smtp_tls {
'smtp_tls_fingerprint_digest':
value => 'sha1';
'smtp_tls_session_cache_database':
- value => 'btree:${data_directory}/smtp_cache';
+ value => "btree:\${data_directory}/smtp_cache";
# see issue #4011
'smtp_tls_protocols':
value => '!SSLv2, !SSLv3';