Set ostype for Ubuntu and Devian.

This commit is contained in:
Ossi Herrala 2012-12-13 14:19:00 +00:00
parent b549145c2e
commit 0077f5c74e

View file

@ -30,6 +30,9 @@ class sendmail::common {
}
$ostype = "linux"
}
"ubuntu","debian": {
$ostype = "linux"
}
"openbsd": {
$ostype = "openbsd"
}