X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0b9094fa2286604273de222f201b17a925738bd3..0aaea8096fcdd565f0f1990a84ad68e9aeb90113:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index dd2f905ca..66fedff1a 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -181,17 +181,9 @@ package "ipmitool" if node[:kernel][:modules].include?("ipmi_si") package "irqbalance" -template "/etc/default/irqbalance" do - source "irqbalance.erb" - owner "root" - group "root" - mode 0o644 -end - service "irqbalance" do action [:start, :enable] supports :status => false, :restart => true, :reload => false - subscribes :restart, "template[/etc/default/irqbalance]" end # Link Layer Discovery Protocol Daemon