From f7efa70dbac862c99458ed4b4ee3ad0d3ddcce3e Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Thu, 26 May 2011 16:50:37 +0300 Subject: [PATCH] Fixed string case in sendmail::common --- sendmail/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendmail/manifests/init.pp b/sendmail/manifests/init.pp index 94d2558..68b6e28 100644 --- a/sendmail/manifests/init.pp +++ b/sendmail/manifests/init.pp @@ -6,7 +6,7 @@ class sendmail::common { $mail_domain = $domain } - if $operatingsystem != "openbsd" { + if $operatingsystem != "OpenBSD" { package { "sendmail": name => [ "sendmail", "sendmail-cf", ], ensure => installed,