Skip to content

Commit

Permalink
Merge pull request #53 from lotooo/master
Browse files Browse the repository at this point in the history
Switch freshclam execution to delayed to avoid long chef_run
  • Loading branch information
hartmantis committed Feb 2, 2016
2 parents 113478a + d2cc9c3 commit 8afa15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/freshclam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
:delayed
end
if !node['clamav']['freshclam']['enabled'] || platform_family == 'debian'
notifies :run, 'execute[freshclam]', :immediately
notifies :run, 'execute[freshclam]', :delayed
end
end

Expand Down

0 comments on commit 8afa15a

Please sign in to comment.