From 6f170c4e58eeb6da221d1c743e0f8323568d7280 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Wed, 5 Sep 2012 00:11:21 -0500 Subject: [PATCH] Put zone files in the cache dir --- manifests/zone.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/zone.pp b/manifests/zone.pp index 0b1ea97..15c698e 100644 --- a/manifests/zone.pp +++ b/manifests/zone.pp @@ -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',