Fix modulesync configs
Pin modulesync to <0.8.0 and update the managed modules list Change-Id: Id7d1202cf218adf5c33743259953e57022cba723 Depends-On: Iee22a969ea4395f3784cceef5300cc124d50bfd5
This commit is contained in:
parent
38a9c30827
commit
d206f8f4ee
3
Gemfile
3
Gemfile
@ -1,5 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'modulesync', '>=0.6.0'
|
||||
# TODO(aschultz): 0.8.x doesn't seem to work recursively, needs investigation
|
||||
gem 'modulesync', ['>=0.6.0','<0.8.0']
|
||||
|
||||
# vim:ft=ruby
|
||||
|
@ -9,3 +9,4 @@ Rakefile:
|
||||
- '80chars'
|
||||
- 'class_inherits_from_params_class'
|
||||
- 'only_variable_string'
|
||||
- 'disable_quoted_booleans'
|
||||
|
@ -3,9 +3,11 @@
|
||||
- puppet-barbican
|
||||
- puppet-ceilometer
|
||||
- puppet-cinder
|
||||
- puppet-cloudkitty
|
||||
- puppet-congress
|
||||
- puppet-designate
|
||||
- puppet-ec2api
|
||||
- puppet-freezer
|
||||
- puppet-glance
|
||||
- puppet-glare
|
||||
- puppet-gnocchi
|
||||
@ -25,6 +27,7 @@
|
||||
- puppet-oslo
|
||||
- puppet-ovn
|
||||
- puppet-panko
|
||||
- puppet-qdr
|
||||
- puppet-rally
|
||||
- puppet-sahara
|
||||
- puppet-swift
|
||||
|
Loading…
x
Reference in New Issue
Block a user