]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Feb 2011 01:28:18 +0000 (23:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Feb 2011 01:28:18 +0000 (23:28 -0200)
manifests/init.pp

index f7bdaef8f5982db023bc312945820cd550b48806..a8fb8100d79dc25002a75a97e57f459b3c71cf1d 100644 (file)
@@ -51,12 +51,6 @@ class backup {
     when      => $backup_when,
   }
 
-  # TODO: temporary resource to be removed in the long run
-  file { "/backup":
-    ensure => absent,
-    force  => true,
-  }
-
   file { "$backupdir_remote":
     ensure => directory,
     owner  => root,
@@ -221,11 +215,6 @@ class backup {
       require => File["${backupninja::client::defaults::configdir}"],
     }
 
-    # TODO: temporary resource to be removed in the long run
-    cron { "duplicity_check--$title.$domain":
-      ensure => absent,
-    }
-
     # check duplicity backups once a week
     cron { "duplicity_check-$title.$domain":
       command  => "/bin/bash ${backupninja::client::defaults::configdir}/${order}_duplicity-${title}.sh --check",