package "clamav-daemon"
package "clamav-freshclam"
+package "clamav-unofficial-sigs"
+
+template "/etc/clamav-unofficial-sigs.conf.d/50-chef.conf" do
+ source "clamav-unofficial-sigs.conf.erb"
+ owner "root"
+ group "root"
+ mode 0o644
+end
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