Couldn't you just add a new include to sites.pp called zones.pp then build a
class within it to include on your DNS nodes?
class myzones {
nsd::zoneĀ { ... }
.
}
node DNS {
include myzones
.
}
--
You received this message because you are subscribed to the Google Groups
"Puppet
Hi
for my dns servers the manifest (defines for the zones and keys) gets
pretty long. I have the same problem with my icinga configuration (host and
service checks, for hosts not running puppet (like switches and routers)
where I cannot use exported resources). I know I can put individual nodes