aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2017-12-21 19:48:15 +0000
committerPascal Terjan <pterjan@mageia.org>2017-12-21 19:48:15 +0000
commit2892c04ac1163985ab3a255176b2984646512cfa (patch)
tree0d318537907a812f0398f15e9a07b270056bca8e /modules
parent6cfd8d797a74ae79e497fbd978b0cad8cb0c1dfb (diff)
downloadpuppet-2892c04ac1163985ab3a255176b2984646512cfa.tar
puppet-2892c04ac1163985ab3a255176b2984646512cfa.tar.gz
puppet-2892c04ac1163985ab3a255176b2984646512cfa.tar.bz2
puppet-2892c04ac1163985ab3a255176b2984646512cfa.tar.xz
puppet-2892c04ac1163985ab3a255176b2984646512cfa.zip
Fix version check
Diffstat (limited to 'modules')
-rw-r--r--modules/postfix/templates/main.cf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf
index f3098cbd..a8e7bea0 100644
--- a/modules/postfix/templates/main.cf
+++ b/modules/postfix/templates/main.cf
@@ -11,7 +11,7 @@ sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
command_directory = /usr/sbin
manpage_directory = /usr/share/man
-<% if scope.function_versioncmp([lsbdistrelease, '3']) < 0 -%>
+<% if scope.function_versioncmp([lsbdistrelease, '6']) < 0 -%>
daemon_directory = <%= lib_dir %>/postfix/
<% else %>
daemon_directory = /usr/libexec/postfix