2014-05-27 10:35:34 -04:00
2014-05-27 10:35:34 -04:00
2014-05-27 10:35:34 -04:00
2014-05-27 10:35:34 -04: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