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: {
|
} ubuntu: {
|
||||||
fail("Operating system not supported.")
|
fail("Operating system not supported.")
|
||||||
} openbsd: {
|
} openbsd: {
|
||||||
|
$sendmail_ostype = "openbsd"
|
||||||
$group = "wheel"
|
$group = "wheel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue