summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 5323fc6..480d451 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -15,7 +15,10 @@ class mail::system(
use_sympa => "yes",
use_mlmmj => "yes",
use_firma => "yes",
- use_gpg_mailgate => "yes",
+ use_gpg_mailgate => hiera('mail::firma', false) ? {
+ true => "yes",
+ default => "no",
+ },
use_submission => "yes",
use_smtps => "no",
anon_sasl => "yes",