Skip to content

Commit

Permalink
[COOK-1032] - regression from refactoring COOK-889, COOK-921
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 8, 2012
1 parent 56a8afb commit 504ddec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apt/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Configures apt and apt services and an LWRP for managing apt repositories"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.3.2"
version "1.4.0"
recipe "apt", "Runs apt-get update during compile phase and sets up preseed directories"
recipe "apt::cacher-ng", "Set up an apt-cacher-ng caching proxy"
recipe "apt::cacher-client", "Client for the apt::cacher-ng caching proxy"
Expand Down
2 changes: 1 addition & 1 deletion apt/providers/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def install_key_from_uri(uri)
end
end

r.run_action(:create_if_missing)
r.run_action(:create)

execute "install-key #{key_name}" do
command "apt-key add #{cached_keyfile}"
Expand Down

0 comments on commit 504ddec

Please sign in to comment.