summaryrefslogtreecommitdiff
path: root/manifests/satellite.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/satellite.pp')
-rw-r--r--manifests/satellite.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/satellite.pp b/manifests/satellite.pp
index 45a40ad..c6c1a0e 100644
--- a/manifests/satellite.pp
+++ b/manifests/satellite.pp
@@ -21,7 +21,6 @@
# }
# }
#
-
class postfix::satellite(
$relayhost = '',
$valid_fqdn = $::fqdn,
@@ -35,6 +34,8 @@ class postfix::satellite(
class { 'postfix':
root_mail_recipient => $root_mail_recipient,
+ myorigin => $valid_fqdn,
+ mailname => $valid_fqdn
}
class { 'postfix::mta':