/[adm]/puppet/modules/bind/manifests/zone/reverse.pp
ViewVC logotype

Annotation of /puppet/modules/bind/manifests/zone/reverse.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2660 - (hide annotations) (download)
Tue Mar 20 17:30:33 2012 UTC (12 years, 1 month ago) by misc
File size: 139 byte(s)
rework the layout of the bind module
1 misc 2660 define bind::zone::reverse($content = false) {
2     bind::zone { $name :
3     type => 'reverse',
4     content => $content,
5     }
6     }

  ViewVC Help
Powered by ViewVC 1.1.30