[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r524: Doc lapse; they forget to tell you to add force to delete dirs.

Jeff Licquia licquia at linuxfoundation.org
Thu Feb 6 16:55:52 UTC 2014


------------------------------------------------------------
revno: 524
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2014-02-06 11:55:52 -0500
message:
  Doc lapse; they forget to tell you to add force to delete dirs.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2014-02-06 16:28:11 +0000
+++ b/modules/buildbot/manifests/slave.pp	2014-02-06 16:55:52 +0000
@@ -358,6 +358,7 @@
     file { "/tmp/appbat-pkgcache":
         ensure  => absent,
         recurse => true,
+        force   => true,
     }
 
     # Special: for small-word build slaves, we need to force



More information about the lsb-messages mailing list