Colleen Murphy 6d14b8b0ea Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I5e20a7079b127ee04bb27ce16b229e0754b19480
2018-07-12 09:57:46 +02:00
2014-05-27 10:35:34 -04:00
2015-08-14 12:23:58 -07:00
2018-07-12 09:57:46 +02:00
2015-01-29 23:00:21 +00:00
2014-05-27 10:35:34 -04:00

puppet-yum

A module to help manage lightweight Yum mirrors

Example:

  # A lightweight Fedora 20 x86_64 updates binary only mirror
  # Mirror URL paths are provided to follow the normal Fedora mirroring
  # conventions to allow for easy baseurl configuration
  yum::repo { 'f20-x86_64-updates-testing':
    description => 'Fedora 20 - x86_64 - Updates Testing',
    mirrorlist  => 'https://mirrors.fedoraproject.org/metalink?repo=updates-tes
    cron_hour   => 0,
    cron_minute => 15,
    url_path    => 'fedora/updates/testing/20/x86_64/',
  }
Description
RETIRED, Puppet module to configure yum
Readme 135 KiB