Set up ssh between snapshot nodes
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot_farmsync_target.pp
1 # snapshot farm sync target
2 class roles::snapshot_farmsync_target {
3   include roles::snapshot_secondary
4
5   ssh::authorized_key_collect { 'snapshot':
6     target_user => 'snapshot',
7     collect_tag => 'roles::snapshot_master::to::farmsync_target',
8   }
9 }