Make a roles::dns_geodns
[mirror/dsa-puppet.git] / modules / roles / manifests / dns_geodns.pp
1 # the geodns noes
2 class roles::dns_geodns {
3   include named::geodns
4
5   ssh::keygen { 'geodnssync': }
6 }