|
15 | 15 | uri: 'https://pkg.threatstack.com/Ubuntu', |
16 | 16 | distribution: 'lucid', |
17 | 17 | components: ['main'], |
18 | | - key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK', |
| 18 | + key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK', |
19 | 19 | ) |
20 | 20 | end |
21 | 21 | end |
|
34 | 34 | uri: 'https://pkg.threatstack.com/Ubuntu', |
35 | 35 | distribution: 'precise', |
36 | 36 | components: ['main'], |
37 | | - key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK', |
| 37 | + key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK', |
38 | 38 | ) |
39 | 39 | end |
40 | 40 | end |
|
53 | 53 | uri: 'https://pkg.threatstack.com/Ubuntu', |
54 | 54 | distribution: 'trusty', |
55 | 55 | components: ['main'], |
56 | | - key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK', |
| 56 | + key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK', |
57 | 57 | ) |
58 | 58 | end |
59 | 59 | end |
|
71 | 71 | expect(chef_run).to add_yum_repository('threatstack').with( |
72 | 72 | description: 'Threat Stack', |
73 | 73 | 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', |
75 | 75 | ) |
76 | 76 | end |
77 | 77 | end |
|
89 | 89 | expect(chef_run).to add_yum_repository('threatstack').with( |
90 | 90 | description: 'Threat Stack', |
91 | 91 | 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', |
93 | 93 | ) |
94 | 94 | end |
95 | 95 | end |
|
107 | 107 | expect(chef_run).to add_yum_repository('threatstack').with( |
108 | 108 | description: 'Threat Stack', |
109 | 109 | 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', |
111 | 111 | ) |
112 | 112 | end |
113 | 113 | end |
|
0 commit comments