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:
Alex Schultz 2017-05-16 18:16:06 -06:00
parent 38a9c30827
commit d206f8f4ee
3 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
source 'https://rubygems.org' 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 # vim:ft=ruby

View File

@ -9,3 +9,4 @@ Rakefile:
- '80chars' - '80chars'
- 'class_inherits_from_params_class' - 'class_inherits_from_params_class'
- 'only_variable_string' - 'only_variable_string'
- 'disable_quoted_booleans'

View File

@ -3,9 +3,11 @@
- puppet-barbican - puppet-barbican
- puppet-ceilometer - puppet-ceilometer
- puppet-cinder - puppet-cinder
- puppet-cloudkitty
- puppet-congress - puppet-congress
- puppet-designate - puppet-designate
- puppet-ec2api - puppet-ec2api
- puppet-freezer
- puppet-glance - puppet-glance
- puppet-glare - puppet-glare
- puppet-gnocchi - puppet-gnocchi
@ -25,6 +27,7 @@
- puppet-oslo - puppet-oslo
- puppet-ovn - puppet-ovn
- puppet-panko - puppet-panko
- puppet-qdr
- puppet-rally - puppet-rally
- puppet-sahara - puppet-sahara
- puppet-swift - puppet-swift