rename dsa-puppet-stuff to puppet-crontab
[mirror/dsa-puppet.git] / modules / named / manifests / geodns.pp
index b12ed7f..ef2fa14 100644 (file)
@@ -48,8 +48,8 @@ class named::geodns inherits named {
                source => 'puppet:///modules/named/common/trigger',
        }
        file { '/etc/cron.d/dsa-boot-geodnssync': ensure => absent; }
-       concat::fragment { 'dsa-puppet-stuff--geodns-boot':
-               target => '/etc/cron.d/dsa-puppet-stuff',
+       concat::fragment { 'puppet-crontab--geodns-boot':
+               target => '/etc/cron.d/puppet-crontab',
                content  => @(EOF)
                        @reboot geodnssync sleep 1m && /etc/bind/geodns/trigger > /dev/null
                        | EOF