projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2505af5
)
Remove garbage /etc/init.d/screen-cleanup file
author
Grant Slater
<git@firefishy.com>
Fri, 7 Jun 2019 09:08:27 +0000
(10:08 +0100)
committer
Grant Slater
<git@firefishy.com>
Fri, 7 Jun 2019 09:08:27 +0000
(10:08 +0100)
cookbooks/tools/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tools/recipes/default.rb
b/cookbooks/tools/recipes/default.rb
index a4dc20c3030030f4407258c09787f5e2bb32a4b2..be49b745c562d3b97e41c6121b635fefc33fc5ba 100644
(file)
--- a/
cookbooks/tools/recipes/default.rb
+++ b/
cookbooks/tools/recipes/default.rb
@@
-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