Library gem used by Infra puppet modules
Go to file
Jeremy Stanley 619783f683 Match Puppet version used on servers
OpenDev's legacy Puppet-based configuration management on Ubuntu
Xenial is using the puppet-agent version corresponding to puppet
4.10.12, but our spec helper was still testing with older puppet
3.8. Update here to match what we use in production, for better
fidelity and also to hopefully work around some issues with its
older vendored YAML parser. Also adjust version requirements for
json_pure and nokogiri which were unsettled by the puppet bump.

Change-Id: Ia302186851159ec8c32ebb46e28a15fe9c0f5456
2020-09-18 17:57:17 +00:00
lib/puppet-openstack_infra_spec_helper Name gate inventory file gate-hosts 2020-06-04 16:27:05 -05:00
.gitignore Initial commit 2016-06-21 16:19:09 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:04 +00:00
CHANGELOG.md Initial commit 2016-06-21 16:19:09 -07:00
LICENSE Initial commit 2016-06-21 16:19:09 -07:00
README.md Update for opendev 2019-04-20 14:12:51 +00:00
puppet-openstack_infra_spec_helper.gemspec Match Puppet version used on servers 2020-09-18 17:57:17 +00:00
run_unit_tests.sh Block hashdiff 0.3.9 and bundler 2.0 2019-04-23 17:31:34 +02:00

README.md

Puppet-OpenStack-Infra Spec Helper

This gem provides transitive dependencies for the OpenStack Puppet Modules OpenStack Infra Modules.

Usage

Include this gem in your Gemfile:

gem 'puppet-openstack_infra_spec_helper',
  :git => 'https://opendev.org/opendev/puppet-openstack_infra_spec_helper',
  :require => false