Skip to content
Snippets Groups Projects
Commit 222817e4 authored by Mathieu Bornoz's avatar Mathieu Bornoz
Browse files

postfix: added support for RHEL6

parent cb5fc561
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class postfix {
RedHat, CentOS: {
case $lsbmajdistrelease {
"4": { $postfix_seltype = "etc_t" }
"5": { $postfix_seltype = "postfix_etc_t" }
"5","6": { $postfix_seltype = "postfix_etc_t" }
default: { $postfix_seltype = undef }
}
}
......
......@@ -36,7 +36,7 @@ define postfix::hash ($ensure="present", $source = false) {
RedHat, CentOS: {
case $lsbmajdistrelease {
"4": { $postfix_seltype = "etc_t" }
"5": { $postfix_seltype = "postfix_etc_t" }
"5","6": { $postfix_seltype = "postfix_etc_t" }
default: { $postfix_seltype = undef }
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment