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 {
owner => "root",
mode => "0644",
content => $operatingsystem ? {
Redhat => template("postfix/master.cf.redhat5.erb"),
CentOS => template("postfix/master.cf.redhat5.erb"),
Debian => template("postfix/master.cf.debian-etch.erb"),
Ubuntu => template("postfix/master.cf.debian-etch.erb"),
Redhat => template("postfix/master.cf.redhat.erb"),
CentOS => template("postfix/master.cf.redhat.erb"),
Debian => template("postfix/master.cf.debian.erb"),
Ubuntu => template("postfix/master.cf.debian.erb"),
"GNU/kFreeBSD" => template("postfix/master.cf.debian.erb"),
},
seltype => $postfix_seltype,
notify => Service["postfix"],
......
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment