X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa71c73145311f316cd8435602b4027aaa88d620..0bd6c1db76d2c21e8695ab37f3f5ea35a1a7ef65:/cookbooks/clamav/recipes/default.rb diff --git a/cookbooks/clamav/recipes/default.rb b/cookbooks/clamav/recipes/default.rb index bbfc2cd68..f6dd24a5c 100644 --- a/cookbooks/clamav/recipes/default.rb +++ b/cookbooks/clamav/recipes/default.rb @@ -27,7 +27,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