do not hardcode dns primary ssh key for syncing to secondaries
[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
7   ssh::authorized_key_collect { 'geodnssync-node':
8     target_user => 'geodnssync',
9     collect_tag => 'geodnssync-node',
10   }
11 }