Skip to content

Commit

Permalink
Update trove to c6d7addb151d572b5146d59898179434d1c2ba73
Browse files Browse the repository at this point in the history
c6d7addb151d572b5146d59898179434d1c2ba73 fixtures: Unpin puppetlabs-mysql module
6a8ce8a6b2d51d0cb6d94aa8885c72cf6ee214e3 spec: pin rspec-puppet to 1.0.1

Signed-off-by: Gael Chamoulaud <[email protected]>
  • Loading branch information
strider committed Feb 19, 2015
1 parent 712fe81 commit 2fc4a19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ mod 'tripleo',
:git => 'https://github.com/stackforge/puppet-tripleo.git'

mod 'trove',
:commit => 'c345e128c7fec585acf00b5a275a78cd1ae89f03',
:commit => 'c6d7addb151d572b5146d59898179434d1c2ba73',
:git => 'https://github.com/stackforge/puppet-trove'

mod 'vcsrepo',
Expand Down
4 changes: 1 addition & 3 deletions trove/.fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ fixtures:
repositories:
'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile'
'keystone': 'git://github.com/stackforge/puppet-keystone.git'
'mysql':
repo: 'git://github.com/puppetlabs/puppetlabs-mysql.git'
ref: 'origin/2.2.x'
'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git'
'openstacklib': 'git://github.com/stackforge/puppet-openstacklib.git'
'postgresql':
repo: 'git://github.com/puppetlabs/puppet-postgresql.git'
Expand Down
1 change: 1 addition & 0 deletions trove/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '~> 0.3.2'
gem 'rspec-puppet', '~> 1.0.1'
gem 'rake', '10.1.1'
gem 'rspec', '< 2.99'
gem 'json'
Expand Down

0 comments on commit 2fc4a19

Please sign in to comment.