]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Correct mailalias wrapper definition
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Thu, 23 Sep 2010 18:01:21 +0000 (14:01 -0400)
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Thu, 23 Sep 2010 18:01:21 +0000 (14:01 -0400)
manifests/definitions/mailalias.pp

index 0d457e7bd82f1c39581a1ed619a4a6cc54198147..cd1af507bf61dc93879e6241ab96b15c2e746105 100644 (file)
@@ -23,7 +23,7 @@ Example usage:
   }
 
 */
-define mailalias ($ensure = 'present', $recipient) {
+define postfix::mailalias ($ensure = 'present', $recipient) {
     mailalias { "${name}":
         ensure => $ensure,
         recipient => $recipient,