summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-18 15:37:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-18 15:37:15 -0300
commitf620f040d90f29380a5760e51d5e64f7db5aa50d (patch)
tree6610c629b94a44a5a99ba9ec4b29e5d90f6005ac
parentfa66d16ad547f68655b4eab9672592d63821e8ca (diff)
downloadpuppet-bind-f620f040d90f29380a5760e51d5e64f7db5aa50d.tar.gz
puppet-bind-f620f040d90f29380a5760e51d5e64f7db5aa50d.tar.bz2
Fixing file parameter from concatfilepart
-rw-r--r--manifests/definitions/bind-mx.pp2
1 files changed, 1 insertions, 1 deletions
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"),