rename dsa-puppet-stuff to puppet-crontab
[mirror/dsa-puppet.git] / modules / roles / manifests / static_mirror.pp
index 482ae22..380ad3d 100644 (file)
@@ -22,8 +22,8 @@ class roles::static_mirror {
   }
 
   file { '/etc/cron.d/puppet-static-mirror': ensure => absent, }
-  concat::fragment { 'dsa-puppet-stuff--static-mirror':
-    target => '/etc/cron.d/dsa-puppet-stuff',
+  concat::fragment { 'puppet-crontab--static-mirror':
+    target => '/etc/cron.d/puppet-crontab',
     content  => @(EOF)
       @reboot staticsync sleep 60; chronic static-mirror-run-all
       | EOF