Switch the wb-buildd ssh keys to collected snippets
[mirror/dsa-puppet.git] / modules / roles / manifests / buildd_master.pp
index 7fe1043..d4d163c 100644 (file)
@@ -4,7 +4,8 @@ class roles::buildd_master {
     key => true,
   }
 
-  file { '/etc/ssh/userkeys/wb-buildd.more':
-    content => template('roles/buildd_master_wb-authorized_keys.erb'),
+  ssh::authorized_key_collect { 'buildd-master':
+    target_user => 'wb-buildd',
+    collect_tag => 'buildd_master',
   }
 }