upload hosts towards ftp-master need read access to the bm dak replica
[mirror/dsa-puppet.git] / modules / roles / manifests / dgit_sync_target.pp
1 # class to collect the ssh keys sent by the dgit host on the browse and
2 # (public) git host
3 class roles::dgit_sync_target {
4   ssh::authorized_key_collect { 'dgit-sync':
5     target_user => 'dgit-unpriv',
6     collect_tag => 'roles::dgit::sync'
7   }
8 }