rename dsa-puppet-stuff to puppet-crontab
[mirror/dsa-puppet.git] / modules / buildd / manifests / pybuildd.pp
index ebc23e6..1eb8aa4 100644 (file)
@@ -39,8 +39,8 @@ class buildd::pybuildd {
     owner   => buildd,
   }
   # work around https://salsa.debian.org/wb-team/pybuildd/issues/11
-  concat::fragment { 'dsa-puppet-stuff--pybuildd-expire-logs':
-    target => '/etc/cron.d/dsa-puppet-stuff',
+  concat::fragment { 'puppet-crontab--pybuildd-expire-logs':
+    target => '/etc/cron.d/puppet-crontab',
     content  => @(EOF)
       @daily buildd [ -d ~buildd/logs ] && find ~buildd/logs -type f -mtime +90 -delete
       | EOF