Skip to content

Commit

Permalink
remove the immediate apt-get update on every run
Browse files Browse the repository at this point in the history
the chef apt_repository lwrp will do this automatically if the repository is added
  • Loading branch information
d-ross committed Jan 27, 2016
1 parent 6038ac9 commit 0f6ec9b
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 0f6ec9b

Please sign in to comment.