Skip to content

Commit f1ade7a

Browse files
committed
Fix the tests
1 parent 042bd19 commit f1ade7a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Berksfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DEPENDENCIES
77

88
GRAPH
99
apt (2.6.1)
10-
threatstack (1.2.0)
10+
threatstack (1.2.1)
1111
apt (>= 0.0.0)
1212
yum (>= 0.0.0)
1313
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.2.0'
7+
version '1.2.1'
88

99
supports 'amazon'
1010
supports 'centos'

spec/repo_spec.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
uri: 'https://pkg.threatstack.com/Ubuntu',
1616
distribution: 'lucid',
1717
components: ['main'],
18-
key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK',
18+
key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK',
1919
)
2020
end
2121
end
@@ -34,7 +34,7 @@
3434
uri: 'https://pkg.threatstack.com/Ubuntu',
3535
distribution: 'precise',
3636
components: ['main'],
37-
key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK',
37+
key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK',
3838
)
3939
end
4040
end
@@ -53,7 +53,7 @@
5353
uri: 'https://pkg.threatstack.com/Ubuntu',
5454
distribution: 'trusty',
5555
components: ['main'],
56-
key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK',
56+
key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK',
5757
)
5858
end
5959
end
@@ -71,7 +71,7 @@
7171
expect(chef_run).to add_yum_repository('threatstack').with(
7272
description: 'Threat Stack',
7373
baseurl: 'https://pkg.threatstack.com/CentOS',
74-
gpgkey: 'https://www.threatstack.com/RPM-GPG-KEY-THREATSTACK',
74+
gpgkey: 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK',
7575
)
7676
end
7777
end
@@ -89,7 +89,7 @@
8989
expect(chef_run).to add_yum_repository('threatstack').with(
9090
description: 'Threat Stack',
9191
baseurl: 'https://pkg.threatstack.com/CentOS',
92-
gpgkey: 'https://www.threatstack.com/RPM-GPG-KEY-THREATSTACK',
92+
gpgkey: 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK',
9393
)
9494
end
9595
end
@@ -107,7 +107,7 @@
107107
expect(chef_run).to add_yum_repository('threatstack').with(
108108
description: 'Threat Stack',
109109
baseurl: 'https://pkg.threatstack.com/Amazon',
110-
gpgkey: 'https://www.threatstack.com/RPM-GPG-KEY-THREATSTACK',
110+
gpgkey: 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK',
111111
)
112112
end
113113
end

0 commit comments

Comments
 (0)