Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / weblog_provider.pp
index 0c8b048..bed4aac 100644 (file)
@@ -3,14 +3,14 @@ class roles::weblog_provider {
   ssh::keygen {'weblogsync': }
   ssh::authorized_key_add { 'weblongsync-provider::destination':
     target_user => 'weblogsync',
+    key         => dig($facts, 'ssh_keys_users', 'weblogsync', 'id_rsa.pub', 'line'),
     command     => "/srv/weblogs.debian.org/bin/ssh-wrap ${::fqdn}",
-    key         => $facts['weblogsync_key'],
     collect_tag => 'weblogsync',
   }
 
   file { '/etc/cron.d/puppet-weblog-provider': ensure => absent, }
-  concat::fragment { 'dsa-puppet-stuff--weblog-provider':
-    target => '/etc/cron.d/dsa-puppet-stuff',
+  concat::fragment { 'puppet-crontab--weblog-provider':
+    target => '/etc/cron.d/puppet-crontab',
     content  => @(EOF)
                 0 1 * * * weblogsync sleep $((RANDOM \% 1800)); rsync -a --delete-excluded --include 'www.debian.org-access.log-*gz' --include '*-public-access.log-*gz' --exclude '**' /var/log/apache2/. weblogsync@wolkenstein.debian.org:-weblogs-incoming-
                 | EOF