Set ostype for Ubuntu and Devian.
This commit is contained in:
parent
b549145c2e
commit
0077f5c74e
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ class sendmail::common {
|
|||
}
|
||||
$ostype = "linux"
|
||||
}
|
||||
"ubuntu","debian": {
|
||||
$ostype = "linux"
|
||||
}
|
||||
"openbsd": {
|
||||
$ostype = "openbsd"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue