diff options
-rw-r--r-- | manifests/definitions/bind-mx.pp | 2 |
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"), |