]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
Fixing file parameter from concatfilepart
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Aug 2011 18:37:15 +0000 (15:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Aug 2011 18:37:15 +0000 (15:37 -0300)
manifests/definitions/bind-mx.pp

index 84a2b9f52ce9b76b953eabcc081da87b7c96b9bb..f92ea1632ec462a9fbcc68745b1a8a65bb8d5e3f 100644 (file)
@@ -25,7 +25,7 @@ define bind::mx($ensure=present,
   }
 
   common::concatfilepart{"bind.${name}":
-    file    => "/etc/bind/pri/${zone}",
+    file    => "/etc/bind/pri/${zone}.conf",
     ensure  => $ensure,
     notify  => Service["bind9"],
     content => template("bind/mx-record.erb"),