diff --git a/manifests/classes/postfix.pp b/manifests/classes/postfix.pp
index aa619688b68ad5459af621fe94425bb3e1c73890..39814afe0f67839302cb91701a3921b20c25ab46 100644
--- a/manifests/classes/postfix.pp
+++ b/manifests/classes/postfix.pp
@@ -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 }
       }
     }
diff --git a/manifests/definitions/hash.pp b/manifests/definitions/hash.pp
index c8bb7c71064474806e3bad35ddc9a2f44eafceb3..8d610e703dd63db7566a324ea0472a641b3827a6 100644
--- a/manifests/definitions/hash.pp
+++ b/manifests/definitions/hash.pp
@@ -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 }
       }
     }