Fixed string case in sendmail::common

This commit is contained in:
Ossi Salmi 2011-05-26 16:50:37 +03:00 committed by Timo Mkinen
parent 3c1458a29d
commit f7efa70dba

View file

@ -6,7 +6,7 @@ class sendmail::common {
$mail_domain = $domain
}
if $operatingsystem != "openbsd" {
if $operatingsystem != "OpenBSD" {
package { "sendmail":
name => [ "sendmail", "sendmail-cf", ],
ensure => installed,