Fixed string case in sendmail::common
This commit is contained in:
parent
3c1458a29d
commit
f7efa70dba
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class sendmail::common {
|
||||||
$mail_domain = $domain
|
$mail_domain = $domain
|
||||||
}
|
}
|
||||||
|
|
||||||
if $operatingsystem != "openbsd" {
|
if $operatingsystem != "OpenBSD" {
|
||||||
package { "sendmail":
|
package { "sendmail":
|
||||||
name => [ "sendmail", "sendmail-cf", ],
|
name => [ "sendmail", "sendmail-cf", ],
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
|
|
Loading…
Add table
Reference in a new issue