Left out sendmail_ostype from openbsd by accident.

This commit is contained in:
Lari Huttunen 2011-04-21 15:54:50 +03:00 committed by Timo Mkinen
parent 909a06a418
commit 91b549634b

View file

@ -106,6 +106,7 @@ class sendmail::server inherits sendmail::common {
} ubuntu: {
fail("Operating system not supported.")
} openbsd: {
$sendmail_ostype = "openbsd"
$group = "wheel"
}
}