nm.d.o no longer needs access to projectb on bmdb1
[mirror/dsa-puppet.git] / modules / roles / manifests / weblog_destination.pp
index 662bdee..8f051be 100644 (file)
@@ -1,5 +1,7 @@
+# the sink where all provider of webserver logs ship their things to
 class roles::weblog_destination {
-       file { '/etc/ssh/userkeys/weblogsync':
-               content => template('roles/weblog_destination-authorized_keys.erb'),
-       }
+  ssh::authorized_key_collect { 'weblogsync':
+    target_user => 'weblogsync',
+    collect_tag => 'weblogsync',
+  }
 }