Skip to content

Commit

Permalink
Merge pull request #54 from twistle/fix-apt-get-update-every-run
Browse files Browse the repository at this point in the history
remove the immediate apt-get update on every run
  • Loading branch information
hartmantis committed Feb 2, 2016
2 parents 6038ac9 + 0f6ec9b commit 113478a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/install_deb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
keyserver 'keyserver.ubuntu.com'
key '5ADC2037'
only_if { node['platform'] == 'ubuntu' }
notifies :run, 'execute[apt-get update]', :immediately
end

package 'clamav' do
Expand Down

0 comments on commit 113478a

Please sign in to comment.