From 9af6c3a45a654d7ff434689310a05bcc6d37d03b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 6 Mar 2010 14:08:29 -0300 Subject: Forcing removal of /backup --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/init.pp') 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": -- cgit v1.2.3