]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Forcing removal of /backup
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 6 Mar 2010 17:08:29 +0000 (14:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 6 Mar 2010 17:08:29 +0000 (14:08 -0300)
manifests/init.pp

index 635767762142b121a3e0dc4e7b5f2f9080e91667..aa120165dfe1709689a5f576dbfe56ecb3a6e4f0 100644 (file)
@@ -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":