summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-09-23 13:54:53 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-09-23 13:57:34 -0400
commit5cdb7a80b3b3205a5169e447c391ba70bf2cfc10 (patch)
treee2aac7ba257e47118b672f3e7787900f979d2f41 /manifests
parent6193e0e0e9f2263d9a297cc0f19dffe1b25483de (diff)
Add debian lenny master.cf template
Diffstat (limited to 'manifests')
-rw-r--r--manifests/classes/postfix.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/classes/postfix.pp b/manifests/classes/postfix.pp
index 1d60a57..7f9e91c 100644
--- a/manifests/classes/postfix.pp
+++ b/manifests/classes/postfix.pp
@@ -83,7 +83,7 @@ class postfix {
content => $operatingsystem ? {
Redhat => template("postfix/master.cf.redhat5.erb"),
CentOS => template("postfix/master.cf.redhat5.erb"),
- Debian => template("postfix/master.cf.debian-etch.erb"),
+ Debian => template("postfix/master.cf.debian-$lsbdistcodename.erb"),
Ubuntu => template("postfix/master.cf.debian-etch.erb"),
},
seltype => $postfix_seltype,