Left out sendmail_ostype from openbsd by accident.
This commit is contained in:
parent
909a06a418
commit
91b549634b
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ class sendmail::server inherits sendmail::common {
|
|||
} ubuntu: {
|
||||
fail("Operating system not supported.")
|
||||
} openbsd: {
|
||||
$sendmail_ostype = "openbsd"
|
||||
$group = "wheel"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue