From 91b549634b558b231ed0a0f6c398f09034e58f1d Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Thu, 21 Apr 2011 15:54:50 +0300 Subject: [PATCH] Left out sendmail_ostype from openbsd by accident. --- sendmail/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/sendmail/manifests/init.pp b/sendmail/manifests/init.pp index 57b6453..9c7c659 100644 --- a/sendmail/manifests/init.pp +++ b/sendmail/manifests/init.pp @@ -106,6 +106,7 @@ class sendmail::server inherits sendmail::common { } ubuntu: { fail("Operating system not supported.") } openbsd: { + $sendmail_ostype = "openbsd" $group = "wheel" } }