diff options
-rw-r--r-- | manifests/satellite.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/satellite.pp b/manifests/satellite.pp index 63fc466..739c625 100644 --- a/manifests/satellite.pp +++ b/manifests/satellite.pp @@ -33,7 +33,7 @@ class postfix::satellite( default: { $fqdn = "${valid_fqdn}" } } - class { 'postfix: + class { 'postfix': root_mail_recipient => $root_mail_recipient, } |