Skip to content

Commit

Permalink
Fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Feb 23, 2015
1 parent 042bd19 commit f1ade7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDENCIES

GRAPH
apt (2.6.1)
threatstack (1.2.0)
threatstack (1.2.1)
apt (>= 0.0.0)
yum (>= 0.0.0)
yum (3.5.3)
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0'
version '1.2.1'

supports 'amazon'
supports 'centos'
Expand Down
12 changes: 6 additions & 6 deletions spec/repo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
uri: 'https://pkg.threatstack.com/Ubuntu',
distribution: 'lucid',
components: ['main'],
key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK',
key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK',
)
end
end
Expand All @@ -34,7 +34,7 @@
uri: 'https://pkg.threatstack.com/Ubuntu',
distribution: 'precise',
components: ['main'],
key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK',
key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK',
)
end
end
Expand All @@ -53,7 +53,7 @@
uri: 'https://pkg.threatstack.com/Ubuntu',
distribution: 'trusty',
components: ['main'],
key: 'https://www.threatstack.com/APT-GPG-KEY-THREATSTACK',
key: 'https://app.threatstack.com/APT-GPG-KEY-THREATSTACK',
)
end
end
Expand All @@ -71,7 +71,7 @@
expect(chef_run).to add_yum_repository('threatstack').with(
description: 'Threat Stack',
baseurl: 'https://pkg.threatstack.com/CentOS',
gpgkey: 'https://www.threatstack.com/RPM-GPG-KEY-THREATSTACK',
gpgkey: 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK',
)
end
end
Expand All @@ -89,7 +89,7 @@
expect(chef_run).to add_yum_repository('threatstack').with(
description: 'Threat Stack',
baseurl: 'https://pkg.threatstack.com/CentOS',
gpgkey: 'https://www.threatstack.com/RPM-GPG-KEY-THREATSTACK',
gpgkey: 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK',
)
end
end
Expand All @@ -107,7 +107,7 @@
expect(chef_run).to add_yum_repository('threatstack').with(
description: 'Threat Stack',
baseurl: 'https://pkg.threatstack.com/Amazon',
gpgkey: 'https://www.threatstack.com/RPM-GPG-KEY-THREATSTACK',
gpgkey: 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK',
)
end
end
Expand Down

0 comments on commit f1ade7a

Please sign in to comment.