From cb5fc561a03d366934b30f28951870af647e892b Mon Sep 17 00:00:00 2001 From: Marc Fournier <marc.fournier@camptocamp.com> Date: Mon, 27 Sep 2010 12:09:18 +0200 Subject: [PATCH] postfix: typo - /Redhat/RedHat/ --- manifests/classes/postfix.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/classes/postfix.pp b/manifests/classes/postfix.pp index aa065ee..aa61968 100644 --- a/manifests/classes/postfix.pp +++ b/manifests/classes/postfix.pp @@ -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, -- GitLab