File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ DEPENDENCIES
77
88GRAPH
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 )
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs/Configures Threat Stack cloudsight components'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '1.1 .0'
7+ version '1.2 .0'
88
99supports 'amazon'
1010supports 'centos'
Original file line number Diff line number Diff line change 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
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
4343end
You can’t perform that action at this time.
0 commit comments