diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 21:16:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-04 21:16:46 -0300 |
commit | 5e6c6e39b0e399d15801003a110b917379284de1 (patch) | |
tree | efde3f58e0c3c33c51e6595ec804a9a00dc737d5 /manifests | |
parent | f5f4484999cb792fe6a82fe59f804ae580806580 (diff) | |
download | puppet-mail-5e6c6e39b0e399d15801003a110b917379284de1.tar.gz puppet-mail-5e6c6e39b0e399d15801003a110b917379284de1.tar.bz2 |
Oops
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 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", }, |