diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-06 14:08:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-06 14:08:29 -0300 |
commit | 9af6c3a45a654d7ff434689310a05bcc6d37d03b (patch) | |
tree | d22b508e16465012c5e3bd9b4e593cbfa0e43b2d /manifests | |
parent | b6015de596fbc02191e54cd08cd76ccda60d5d0a (diff) | |
download | puppet-backup-9af6c3a45a654d7ff434689310a05bcc6d37d03b.tar.gz puppet-backup-9af6c3a45a654d7ff434689310a05bcc6d37d03b.tar.bz2 |
Forcing removal of /backup
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": |