Skip to content

Commit 042bd19

Browse files
committed
Move pub keys from www to app URL for easier SSL management
1 parent 4e87bac commit 042bd19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Berksfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DEPENDENCIES
77

88
GRAPH
99
apt (2.6.1)
10-
threatstack (1.0.0)
10+
threatstack (1.2.0)
1111
apt (>= 0.0.0)
1212
yum (>= 0.0.0)
13-
yum (3.5.2)
13+
yum (3.5.3)

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures Threat Stack cloudsight components'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.1.0'
7+
version '1.2.0'
88

99
supports 'amazon'
1010
supports 'centos'

recipes/repo.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
uri "#{node['threatstack']['repo']}/Ubuntu"
2424
distribution node['lsb']['codename']
2525
components ['main']
26-
key 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK'
26+
key 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK'
2727
action :add
2828
end
2929

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

0 commit comments

Comments
 (0)