]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:11:50 +0000 (13:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:11:50 +0000 (13:11 -0300)
manifests/satellite.pp

index 63fc466a83d039c6400d4ee1b6cb1c88d2b03b19..739c625bffbf6cee0e771686c1cbb84cf5f9d33a 100644 (file)
@@ -33,7 +33,7 @@ class postfix::satellite(
     default: { $fqdn = "${valid_fqdn}" }
   }
 
-  class { 'postfix:
+  class { 'postfix':
     root_mail_recipient => $root_mail_recipient,
   }