Skip to content

Commit

Permalink
Revert "Check if we had postgre ppa key"
Browse files Browse the repository at this point in the history
This reverts commit ae7bebf.
  • Loading branch information
Victor Castell committed Nov 2, 2012
1 parent ae7bebf commit 00d0719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions provizioning.gemspec
Expand Up @@ -17,8 +17,4 @@ Gem::Specification.new do |gem|

gem.add_dependency(%q<capistrano>, [">= 0"])
gem.add_dependency(%q<capistrano-ext>, [">= 0"])

gem.post_install_message = "This gem is being deprecated, all modules and classes are\n
left for legacy support.\n
Please use http://github.com/seasonlabs/"
end
3 changes: 1 addition & 2 deletions puppet/modules/postgres/manifests/init.pp
Expand Up @@ -32,8 +32,7 @@

class ubuntu {
exec {"get-postgres-apt-key":
command => "apt-key adv --keyserver keyserver.ubuntu.com --recv 8683D8A2",
unless => "apt-key list | grep 8683D8A2",
command => "apt-key adv --keyserver keyserver.ubuntu.com --recv 8683D8A2"
}

file {"/etc/apt/sources.list.d/postgres.list":
Expand Down

0 comments on commit 00d0719

Please sign in to comment.