aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-14 23:28:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-14 23:28:18 -0200
commitaf503238f0000a00c3569f0502d61e42e506d19a (patch)
tree3341dab0b12fe5f250341963ca48956645258449 /manifests
parent32cab55e6ceac259dd5e369d0f89e45ff7c0e3bc (diff)
downloadpuppet-backup-af503238f0000a00c3569f0502d61e42e506d19a.tar.gz
puppet-backup-af503238f0000a00c3569f0502d61e42e506d19a.tar.bz2
Cleanup
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f7bdaef..a8fb810 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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",