rename dsa-puppet-stuff to puppet-crontab
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_server.pp
index 3042a5f..41f415a 100644 (file)
@@ -39,8 +39,8 @@ class postgres::backup_server {
     owner => 'debbackup',
     mode => '0755',
   }
-  concat::fragment { 'dsa-puppet-stuff--postgres-make_base_backups':
-    target => '/etc/cron.d/dsa-puppet-stuff',
+  concat::fragment { 'puppet-crontab--postgres-make_base_backups':
+    target => '/etc/cron.d/puppet-crontab',
     content  => @("EOF")
       */30 * * * * debbackup sleep $(( RANDOM \% 1200 )); chronic ${$postgres::backup_server::globals::make_base_backups}
       | EOF