[Puppet Users] Split node definition into multiple files

2013-02-02 Thread Jared Curtis
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

[Puppet Users] Split node definition into multiple files

2013-02-02 Thread ak
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