Skip to content
Snippets Groups Projects
Commit 185b023f authored by Francois Deppierraz's avatar Francois Deppierraz
Browse files

master.conf hopefully doesn't change that much between releases

parent 29c3c851
Branches
No related tags found
No related merge requests found
......@@ -51,10 +51,9 @@ class postfix {
file { "/etc/postfix/master.cf":
ensure => present,
content => $lsbdistcodename ? {
Tikanga => template("postfix/master.cf.redhat5.erb"),
etch => template("postfix/master.cf.debian-etch.erb"),
default => "No puppet template defined for $lsbdistcodename\n",
content => $operatingsystem ? {
Redhat => template("postfix/master.cf.redhat5.erb"),
Debian => template("postfix/master.cf.debian-etch.erb"),
},
notify => Service["postfix"],
require => Package["postfix"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment