From 0077f5c74e2d3153fa704bdb6e3dc4a8cb0a4e8f Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Thu, 13 Dec 2012 14:19:00 +0000 Subject: [PATCH] Set ostype for Ubuntu and Devian. --- sendmail/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sendmail/manifests/init.pp b/sendmail/manifests/init.pp index 1bf514d..134981d 100644 --- a/sendmail/manifests/init.pp +++ b/sendmail/manifests/init.pp @@ -30,6 +30,9 @@ class sendmail::common { } $ostype = "linux" } + "ubuntu","debian": { + $ostype = "linux" + } "openbsd": { $ostype = "openbsd" }