diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 18:51:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 18:51:27 -0200 |
commit | b2a6fbf50cd54a7a769a64bb8dd51bd7ebf9d3d9 (patch) | |
tree | 0de972d5f5f257986d630af8c07a1a0529812031 /manifests | |
parent | a6777042cae1e94a1dd89a6a1c4b6738ef3ed3c1 (diff) | |
download | puppet-mail-b2a6fbf50cd54a7a769a64bb8dd51bd7ebf9d3d9.tar.gz puppet-mail-b2a6fbf50cd54a7a769a64bb8dd51bd7ebf9d3d9.tar.bz2 |
Testing workaround for hiera issue #10590
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |