diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:11:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:11:50 -0300 |
commit | 5f55183299f054ccb509de2dd41ed1ece5d47084 (patch) | |
tree | 6d884cf817096fc965307823e0d31aa0ccd1ea50 /manifests | |
parent | 5bae026d342eaadd3ce668e1563539bceb9de379 (diff) | |
download | puppet-postfix-5f55183299f054ccb509de2dd41ed1ece5d47084.tar.gz puppet-postfix-5f55183299f054ccb509de2dd41ed1ece5d47084.tar.bz2 |
Syntax fix
Diffstat (limited to 'manifests')
-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, } |