X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fa71c73145311f316cd8435602b4027aaa88d620..366f2c3039f3115f856906fc19cc1fbae348fffc:/cookbooks/clamav/recipes/default.rb diff --git a/cookbooks/clamav/recipes/default.rb b/cookbooks/clamav/recipes/default.rb index bbfc2cd68..938b2f5ab 100644 --- a/cookbooks/clamav/recipes/default.rb +++ b/cookbooks/clamav/recipes/default.rb @@ -17,6 +17,8 @@ # limitations under the License. # +include_recipe "accounts" + package %w[ clamav-daemon clamav-freshclam @@ -27,7 +29,7 @@ template "/etc/clamav-unofficial-sigs.conf.d/50-chef.conf" do source "clamav-unofficial-sigs.conf.erb" owner "root" group "root" - mode 0o644 + mode "644" end execute "freshclam" do