cfc3500aba

Instead of keeping a local copy of spec_helper_acceptance.rb and requiring updates to all modules for any change, we can move it into the common helper gem and require it from there. This will make it easier to create and review changes that affect all puppet modules. Also change the Gemfile to look for the gem in the local workspace if running in a zuul environment. Change-Id: Id431e76e78b6f550b1bf76eb16e9bdfd407839f4
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