From f620f040d90f29380a5760e51d5e64f7db5aa50d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Aug 2011 15:37:15 -0300 Subject: Fixing file parameter from concatfilepart --- manifests/definitions/bind-mx.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- cgit v1.2.3