RETIRED, Puppet module to configure yum
Go to file
OpenDev Sysadmins b1d84f7031 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:09 +00:00
manifests Order of the class parameters is refactored 2016-03-21 19:08:05 +03:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:45 +02:00
templates Initial commit. 2014-05-27 10:35:34 -04:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-14 12:23:58 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:09 +00:00
Gemfile Update Gemfile for Zuulv3 2018-07-12 09:57:46 +02:00
LICENSE Add missing LICENSE file 2015-01-29 23:00:21 +00:00
Modulefile Rename openstackci to openstackinfra 2015-04-20 13:51:52 -07:00
README Initial commit. 2014-05-27 10:35:34 -04:00
Rakefile Add .gitreview Rakefile files and update puppet coding style 2014-09-05 16:13:15 +08:00

README

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/',
  }