X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5130b3265641a18c3aff2908b838e94fe4cf0d05..993d0e674e027829dcf21005b38b9a9a1790a6ce:/cookbooks/tools/recipes/default.rb diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index a8afec012..a4dc20c30 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -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