From b2a6fbf50cd54a7a769a64bb8dd51bd7ebf9d3d9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 21 Jan 2013 18:51:27 -0200 Subject: Testing workaround for hiera issue #10590 --- manifests/system.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/system.pp') 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 } -- cgit v1.2.3