From: Silvio Rhatto Date: Mon, 5 Aug 2013 00:16:46 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5e6c6e39b0e399d15801003a110b917379284de1;p=puppet-mail.git Oops --- diff --git a/manifests/system.pp b/manifests/system.pp index 480d451..4a47420 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -15,7 +15,7 @@ class mail::system( use_sympa => "yes", use_mlmmj => "yes", use_firma => "yes", - use_gpg_mailgate => hiera('mail::firma', false) ? { + use_gpg_mailgate => hiera('mail::gpg_mailgate', false) ? { true => "yes", default => "no", },