remove busoni
[mirror/dsa-puppet.git] / modules / roles / manifests / static_mirror.pp
index e7050fc..c95d062 100644 (file)
@@ -21,12 +21,15 @@ class roles::static_mirror {
                mode   => '0555',
        }
 
-       file { '/etc/cron.d/puppet-static-mirror':
-                       content => "MAILTO=root\nPATH=/usr/local/bin:/usr/bin:/bin\n@reboot staticsync sleep 60; chronic static-mirror-run-all\n",
+       file { '/etc/cron.d/puppet-static-mirror': ensure => absent, }
+       concat::fragment { 'dsa-puppet-stuff--static-mirror':
+               target => '/etc/cron.d/dsa-puppet-stuff',
+               content  => @(EOF)
+                       @reboot staticsync sleep 60; chronic static-mirror-run-all
+                       | EOF
        }
 
        $onion_v4_addr = $::hostname ? {
-               busoni     => '140.211.166.202',
                klecker    => '130.89.148.14',
                mirror-isc => '149.20.4.15',
                senfter    => '5.153.231.4',