index
:
puppet
master
topic/mageia5
topic/mediawiki-1.27
user/bcornec/DKIM
user/danf/test
Mageia Infrastructure Configuration
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
deployment
/
dns
/
manifests
/
zone.pp
blob: c11f7d02aeea8fa3e8a9b9f031b5fcdf098708de (
plain
)
1
2
3
4
5
define dns
::zone
{
bind
::zone::master
{
$name
:
content
=>
template
(
"dns/$name.zone"
)
}
}