Syntax fix

This commit is contained in:
Silvio Rhatto 2013-04-13 13:11:50 -03:00
parent 5bae026d34
commit 5f55183299

View file

@ -33,7 +33,7 @@ class postfix::satellite(
default: { $fqdn = "${valid_fqdn}" } default: { $fqdn = "${valid_fqdn}" }
} }
class { 'postfix: class { 'postfix':
root_mail_recipient => $root_mail_recipient, root_mail_recipient => $root_mail_recipient,
} }