+++ /dev/null
-#
-# THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-# USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-#
-
-@reboot geodnssync sleep 1m && /etc/bind/geodns/trigger > /dev/null
mode => '0440',
}
file { '/etc/cron.d/dsa-boot-geodnssync':
- source => 'puppet:///modules/named/common/cron-geo'
+ ensure => absent;
+ }
+ concat::fragment { 'dsa-puppet-stuff--geodns-boot':
+ target => '/etc/cron.d/dsa-puppet-stuff',
+ content => @(EOF)
+ @reboot geodnssync sleep 1m && /etc/bind/geodns/trigger > /dev/null
+ | EOF
}
}