Put zone files in the cache dir

This commit is contained in:
Nate Riffe
2012-09-05 00:11:21 -05:00
parent d8f18bc4f8
commit 6f170c4e58
+1 -1
View File
@@ -16,7 +16,7 @@ define bind::zone (
$file = ''
}
default: {
$file = "${bind::confdir}/zones/${name}.zone"
$file = "${bind::cachedir}/${name}"
file { $file:
ensure => present,
owner => 'root',