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
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ define bind::zone (
|
|||||||
'master' => true,
|
'master' => true,
|
||||||
'slave' => true,
|
'slave' => true,
|
||||||
'hint' => true,
|
'hint' => true,
|
||||||
'stub' => true,
|
'stub' => false,
|
||||||
default => false,
|
default => false,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -79,7 +79,7 @@ define bind::zone (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "${bind::confdir}/zones/${name}.conf":
|
file { "${bind::confdir}/zones/${name}.conf":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
|
|||||||
Reference in New Issue
Block a user