Skip to content

Commit

Permalink
#52 Switch freshclam execution to delayed to avoid long chef_run
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Serrepuy committed Jan 18, 2016
1 parent 6038ac9 commit d2cc9c3
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 d2cc9c3

Please sign in to comment.