X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..931006c07c56a1fec61105791d5b65ee3711a069:/cookbooks/clamav/recipes/default.rb diff --git a/cookbooks/clamav/recipes/default.rb b/cookbooks/clamav/recipes/default.rb index ff34b857b..08c873ee2 100644 --- a/cookbooks/clamav/recipes/default.rb +++ b/cookbooks/clamav/recipes/default.rb @@ -21,11 +21,11 @@ package "clamav-daemon" package "clamav-freshclam" service "clamav-daemon" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true end service "clamav-freshclam" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true end