From: Silvio Rhatto Date: Thu, 18 Aug 2011 18:37:15 +0000 (-0300) Subject: Fixing file parameter from concatfilepart X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f620f040d90f29380a5760e51d5e64f7db5aa50d;p=puppet-bind.git Fixing file parameter from concatfilepart --- diff --git a/manifests/definitions/bind-mx.pp b/manifests/definitions/bind-mx.pp index 84a2b9f..f92ea16 100644 --- a/manifests/definitions/bind-mx.pp +++ b/manifests/definitions/bind-mx.pp @@ -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"),