diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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": |