on farmsync target collect ssh keys with the right tag
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot_farmsync_target.pp
index ad153c6..84a83c3 100644 (file)
@@ -4,6 +4,6 @@ class roles::snapshot_farmsync_target {
 
   ssh::authorized_key_collect { 'snapshot':
     target_user => 'snapshot',
-    collect_tag => 'roles::snapshot_master::to::farmsync_target',
+    collect_tag => 'roles::snapshot::to::farmsync_target',
   }
 }