]> git.openstreetmap.org Git - chef.git/commitdiff
Remove garbage /etc/init.d/screen-cleanup file
authorGrant Slater <git@firefishy.com>
Fri, 7 Jun 2019 09:08:27 +0000 (10:08 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 7 Jun 2019 09:08:27 +0000 (10:08 +0100)
cookbooks/tools/recipes/default.rb

index a4dc20c3030030f4407258c09787f5e2bb32a4b2..be49b745c562d3b97e41c6121b635fefc33fc5ba 100644 (file)
@@ -51,3 +51,8 @@ end
 package "whoopsie" do
   action :purge
 end
+
+# Remove screen-cleanup left behind by old release.
+file "/etc/init.d/screen-cleanup" do
+  action :delete
+end