Skip to content

Commit

Permalink
don't install immediately using run_action() - pre-empts apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
wil committed Feb 3, 2012
1 parent eee731e commit a470a4f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions postgresql/recipes/client.rb
Expand Up @@ -34,11 +34,7 @@
end

pg_packages.each do |pg_pack|
package pg_pack do
action :nothing
end.run_action(:install)
package pg_pack
end

gem_package "pg" do
action :nothing
end.run_action(:install)
gem_package "pg"

0 comments on commit a470a4f

Please sign in to comment.