]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Drop support for older Ubuntu versions
[chef.git] / cookbooks / tools / recipes / default.rb
index a8afec012bc27d754e8d90826f59127b4f790bec..a4dc20c3030030f4407258c09787f5e2bb32a4b2 100644 (file)
@@ -37,10 +37,6 @@ package %w[
   rsyslog
 ]
 
-if node[:lsb][:release].to_f < 18.04
-  package "sysv-rc-conf"
-end
-
 service "rsyslog" do
   action [:enable, :start]
   supports :status => true, :restart => true, :reload => true