summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-12-19 14:22:43 -0500
committerMicah Anderson <micah@leap.se>2013-12-19 14:23:27 -0500
commit66ad58f2bc3b285bd17d5e61a21afece11d2c293 (patch)
tree1edddd825e9e85d82ce5fb672f0c4aa508c5ae55 /puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
parente0c07465d14d701da16e47b9c2e3938c80088c4d (diff)
Fix the location of the smtp/smtpd_tls_session_cache_database (#4813)
Change-Id: I959fa40ff508bbeaf7baa0b6ba90c10c9e6b0ef7
Diffstat (limited to 'puppet/modules/site_postfix/manifests/mx/smtp_tls.pp')
-rw-r--r--puppet/modules/site_postfix/manifests/mx/smtp_tls.pp2
1 files changed, 1 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 4b9c2fd9..3cc7ea72 100644
--- a/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
+++ b/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
@@ -19,7 +19,7 @@ class site_postfix::mx::smtp_tls {
'smtp_tls_fingerprint_digest':
value => 'sha1';
'smtp_tls_session_cache_database':
- value => 'btree:${queue_directory}/smtp_cache';
+ value => 'btree:${data_directory}/smtp_cache';
'smtp_tls_security_level':
value => 'may';
# see issue #4011