Andrey Nikitin 693ba578e8 Order of the class parameters is refactored
Order and intendation of those parameters are changed
to follow Puppet Style Guide recommendation [0].
Moreover, it will allow to an user to find much faster
a variable in a list of variables.

[0]. https://docs.puppetlabs.com/guides/style_guide.html

Change-Id: Ie1fe4fca07a01f69a553c8b5b4eab7ef554942de
2016-03-21 19:08:05 +03:00
2014-05-27 10:35:34 -04:00
2015-08-14 12:23:58 -07:00
2015-08-14 12:23:58 -07: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