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

postfix: typo - /Redhat/RedHat/

parent 6e3ed8fa
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class postfix {
group => "root",
mode => "0644",
content => $operatingsystem ? {
/Redhat|CentOS/ => template("postfix/master.cf.redhat.erb", "postfix/master.cf.common.erb"),
/RedHat|CentOS/ => template("postfix/master.cf.redhat.erb", "postfix/master.cf.common.erb"),
/Debian|Ubuntu|kFreeBSD/ => template("postfix/master.cf.debian.erb", "postfix/master.cf.common.erb"),
},
seltype => $postfix_seltype,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment