From 80e3e6e55cff3bd287318485875f44bbcee3aa8e Mon Sep 17 00:00:00 2001 From: Trevor Smith Date: Thu, 19 Mar 2015 13:35:55 -0400 Subject: [PATCH] change has_zone_file to false for the stub zone type as stub zones will create their own file based on results from the master servers for that zone --- manifests/zone.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/zone.pp b/manifests/zone.pp index 6522960..b6633e9 100644 --- a/manifests/zone.pp +++ b/manifests/zone.pp @@ -28,7 +28,7 @@ define bind::zone ( 'master' => true, 'slave' => true, 'hint' => true, - 'stub' => true, + 'stub' => false, default => false, } @@ -79,7 +79,7 @@ define bind::zone ( } } } - + file { "${bind::confdir}/zones/${name}.conf": ensure => present, owner => 'root',