From: Grant Slater Date: Tue, 10 Jun 2014 14:58:33 +0000 (+0100) Subject: Workaround irqbalance init not supporting $OPTIONS. Ubuntu bug: 1328556 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f67be4e9df9baf3216d5dc5bd3091d556a54c80c Workaround irqbalance init not supporting $OPTIONS. Ubuntu bug: 1328556 --- diff --git a/cookbooks/hardware/templates/default/irqbalance.erb b/cookbooks/hardware/templates/default/irqbalance.erb index 38839f6e7..e416a090c 100644 --- a/cookbooks/hardware/templates/default/irqbalance.erb +++ b/cookbooks/hardware/templates/default/irqbalance.erb @@ -8,4 +8,4 @@ ONESHOT="0" #irqbalance maintainer recommends ignore hint policy #http://sourceforge.net/p/e1000/bugs/394/?page=1 -OPTIONS="--hintpolicy=ignore" +DOPTIONS="--hintpolicy=ignore"