From: Silvio Rhatto Date: Sat, 6 Mar 2010 17:08:29 +0000 (-0300) Subject: Forcing removal of /backup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9af6c3a45a654d7ff434689310a05bcc6d37d03b;p=puppet-backup.git Forcing removal of /backup --- diff --git a/manifests/init.pp b/manifests/init.pp index 6357677..aa12016 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -49,6 +49,7 @@ class backup { # TODO: temporary resource to be removed in the long run file { "/backup": ensure => absent, + force => true, } file { "$backup_remote":