summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-04 21:16:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-04 21:16:46 -0300
commit5e6c6e39b0e399d15801003a110b917379284de1 (patch)
treeefde3f58e0c3c33c51e6595ec804a9a00dc737d5
parentf5f4484999cb792fe6a82fe59f804ae580806580 (diff)
downloadpuppet-mail-5e6c6e39b0e399d15801003a110b917379284de1.tar.gz
puppet-mail-5e6c6e39b0e399d15801003a110b917379284de1.tar.bz2
Oops
-rw-r--r--manifests/system.pp2
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",
},