From: Silvio Rhatto Date: Mon, 21 Jan 2013 20:51:27 +0000 (-0200) Subject: Testing workaround for hiera issue #10590 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b2a6fbf50cd54a7a769a64bb8dd51bd7ebf9d3d9;p=puppet-mail.git Testing workaround for hiera issue #10590 --- diff --git a/manifests/system.pp b/manifests/system.pp index b22d424..a976707 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -32,7 +32,7 @@ class mail::system { include mail::spamassassin # Virtual mail system - case hiera('mail_virtual', true) { + case hiera('mail_virtual', True) { true: { include mail::virtual }