]> git.openstreetmap.org Git - chef.git/commitdiff
Expect /etc/init.d/screen-cleanup to be a link
authorTom Hughes <tom@compton.nu>
Fri, 17 Jan 2020 13:31:17 +0000 (13:31 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 17 Jan 2020 13:31:17 +0000 (13:31 +0000)
cookbooks/tools/recipes/default.rb

index eaceb9d8eac55a7e9761391be0734a8e35efb137..ceb3716c55256dc2be5ded8978e9867aa7a5cdfa 100644 (file)
@@ -49,7 +49,7 @@ package %w[mlocate nano whoopsie] do
 end
 
 # Remove screen-cleanup left behind by old release.
-file "/etc/init.d/screen-cleanup" do
+link "/etc/init.d/screen-cleanup" do
   action :delete
 end