Skip to content

Commit

Permalink
Move pub keys from www to app URL for easier SSL management
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Feb 23, 2015
1 parent 4e87bac commit 042bd19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDENCIES

GRAPH
apt (2.6.1)
threatstack (1.0.0)
threatstack (1.2.0)
apt (>= 0.0.0)
yum (>= 0.0.0)
yum (3.5.2)
yum (3.5.3)
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Threat Stack cloudsight components'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.1.0'
version '1.2.0'

supports 'amazon'
supports 'centos'
Expand Down
4 changes: 2 additions & 2 deletions recipes/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
uri "#{node['threatstack']['repo']}/Ubuntu"
distribution node['lsb']['codename']
components ['main']
key 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK'
key 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK'
action :add
end

Expand All @@ -37,7 +37,7 @@
yum_repository 'threatstack' do
description 'Threat Stack'
baseurl "#{node['threatstack']['repo']}/#{path}"
gpgkey 'https://www.threatstack.com/RPM-GPG-KEY-THREATSTACK'
gpgkey 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK'
action :add
end
end

0 comments on commit 042bd19

Please sign in to comment.