Skip to content
Snippets Groups Projects
Commit 32993e2a authored by Marc Fournier's avatar Marc Fournier
Browse files

postfix: added support for debian/kfreebsd.

parent 37988a6b
Branches
No related tags found
No related merge requests found
...@@ -88,10 +88,11 @@ class postfix { ...@@ -88,10 +88,11 @@ class postfix {
owner => "root", owner => "root",
mode => "0644", mode => "0644",
content => $operatingsystem ? { content => $operatingsystem ? {
Redhat => template("postfix/master.cf.redhat5.erb"), Redhat => template("postfix/master.cf.redhat.erb"),
CentOS => template("postfix/master.cf.redhat5.erb"), CentOS => template("postfix/master.cf.redhat.erb"),
Debian => template("postfix/master.cf.debian-etch.erb"), Debian => template("postfix/master.cf.debian.erb"),
Ubuntu => template("postfix/master.cf.debian-etch.erb"), Ubuntu => template("postfix/master.cf.debian.erb"),
"GNU/kFreeBSD" => template("postfix/master.cf.debian.erb"),
}, },
seltype => $postfix_seltype, seltype => $postfix_seltype,
notify => Service["postfix"], notify => Service["postfix"],
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment