diff --git a/Berksfile.lock b/Berksfile.lock index 77c3d63..82cdb9b 100644 --- a/Berksfile.lock +++ b/Berksfile.lock @@ -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) diff --git a/metadata.rb b/metadata.rb index b2a6589..15d8ad3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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' diff --git a/recipes/repo.rb b/recipes/repo.rb index 3214c21..673d88e 100644 --- a/recipes/repo.rb +++ b/recipes/repo.rb @@ -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 @@ -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