Library gem used by Infra puppet modules
Go to file
Colleen Murphy 42cd1ef1ef Don't be overzealous with passing the environment
Without this change, the gem helper passes the entirely of the user's
environment through beaker's SSH connection. This causes problems with
puppet 4 because all of the ruby and bundler arguments confuse the ruby
interpreter and we see errors like this:

  /var/lib/gems/2.3.0/gems/bundler-1.16.2/lib/bundler/spec_set.rb:91:in `block in materialize'  :   Could not find rake-12.2.1 in any of the sources   (  Bundler::GemNotFound  )

The only important variable is PUPPET_VERSION so just pass that and
nothing else.

Change-Id: I678716890d0c749e755ec0526621d47fee44a4bb
2018-07-09 13:06:05 +02:00
lib/puppet-openstack_infra_spec_helper Don't be overzealous with passing the environment 2018-07-09 13:06:05 +02:00
.gitignore Initial commit 2016-06-21 16:19:09 -07:00
.gitreview Added .gitreview 2016-06-21 01:50:44 +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 Initial commit 2016-06-21 16:19:09 -07:00
puppet-openstack_infra_spec_helper.gemspec Cap fog-aws < 2.0.0 for ruby 1.9 support 2017-11-28 15:09:50 -08:00
run_unit_tests.sh Cap rake below 12.3.0 2017-11-20 10:41:45 -08: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://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper',
  :require => false