summaryrefslogtreecommitdiff
path: root/manifests/record.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/record.pp')
-rw-r--r--manifests/record.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/record.pp b/manifests/record.pp
index d551d60..ef53833 100644
--- a/manifests/record.pp
+++ b/manifests/record.pp
@@ -26,9 +26,9 @@ define bind::record($ensure=present,
$_owner = $name
}
- common::concatfilepart {"${zone}.${record_type}.${name}":
+ concat::fragment {"${zone}.${record_type}.${name}":
ensure => $ensure,
- file => "/etc/bind/pri/${zone}.conf",
+ target => "/etc/bind/pri/${zone}.conf",
content => template("bind/default-record.erb"),
notify => Service["bind9"],
}