{"id":18221135,"url":"https://github.com/voxpupuli/puppet-epel","last_synced_at":"2025-04-07T19:12:08.617Z","repository":{"id":3866579,"uuid":"4952096","full_name":"voxpupuli/puppet-epel","owner":"voxpupuli","description":"Setup/configure EPEL (extra repository for enterprise linux) with Puppet","archived":false,"fork":false,"pushed_at":"2024-09-17T23:47:38.000Z","size":278,"stargazers_count":41,"open_issues_count":8,"forks_count":95,"subscribers_count":47,"default_branch":"master","last_synced_at":"2024-10-29T14:22:35.701Z","etag":null,"topics":["centos-puppet-module","hacktoberfest","linux-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2012-07-09T02:35:21.000Z","updated_at":"2024-06-12T09:51:07.000Z","dependencies_parsed_at":"2024-11-06T05:33:07.190Z","dependency_job_id":"638f9cb4-1991-4cc4-824e-08c5716880cd","html_url":"https://github.com/voxpupuli/puppet-epel","commit_stats":{"total_commits":175,"total_committers":43,"mean_commits":4.069767441860465,"dds":0.8342857142857143,"last_synced_commit":"b8d7d8acf73101a734a89a2b90d742f6753acae1"},"previous_names":["stahnma/puppet-module-epel"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-epel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-epel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-epel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-epel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-epel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198672,"owners_count":20900120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos-puppet-module","hacktoberfest","linux-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module"],"created_at":"2024-11-03T21:05:14.203Z","updated_at":"2025-04-07T19:12:08.454Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# Configure EPEL (Extra Repository for Enterprise Linux)\n\n[![Build Status](https://github.com/voxpupuli/puppet-epel/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-epel/actions?query=workflow%3ACI)\n[![Release](https://github.com/voxpupuli/puppet-epel/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-epel/actions/workflows/release.yml)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/epel.svg)](https://forge.puppetlabs.com/puppet/epel)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/epel.svg)](https://forge.puppetlabs.com/puppet/epel)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/epel.svg)](https://forge.puppetlabs.com/puppet/epel)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/epel.svg)](https://forge.puppetlabs.com/puppet/epel)\n[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-epel)\n[![License](https://img.shields.io/github/license/voxpupuli/puppet-epel.svg)](LICENSE)\n\n# About\n\nThis module basically just mimics the epel-release rpm. The same repos are\nenabled/disabled and the GPG key is imported.  In the end you will end up with\nthe EPEL repos configured.\n\nThe following Repos will be setup and enabled by default:\n\n  * epel\n\nOther repositories that will setup but disabled (as per the epel-release setup)\n\n  * epel-debuginfo\n  * epel-source\n  * epel-testing\n  * epel-testing-debuginfo\n  * epel-testing-source\n\n# Usage\n\nIn nearly all cases, you can simply _include epel_ or classify your nodes with\nthe epel class. There are quite a few parameters available if you need to modify\nthe default settings for the epel repository such as having your own mirror, an\nhttp proxy, or disable gpg checking.\n\nA list of all parameters is available in [REFERENCE.md](REFERENCE.md).\n\nYou can also use a puppet one-liner to get epel onto a system.\n\n    puppet apply -e 'include epel'\n\n# Proxy\n\nIf you have a http proxy required to access the internet, you can use either\na class parameter in the _epel_ class (epel_proxy), or edit the $proxy variable\nin the params.pp file. By default no proxy is assumed.\n\n# Why?\n\nI am a big fan of EPEL. I actually was one of the people who helped get it\ngoing. I am also the owner of the epel-release package, so in general this\nmodule should stay fairly up to date with the official upstream package.\n\nI just got sick of coding Puppet modules and basically having an assumption\nthat EPEL was setup or installed. I can now depend on this module instead.\n\nI realize it is fairly trivial to get EPEL setup. Every now-and-then however\nthe path to epel-release changes because something changes in the package (mass\nrebuild, rpm build macros updates, etc). This module will bypass the changing\nURL and just setup the package mirrors.\n\nThis does mean that if you are looking for RPM macros that are normally\nincluded with EPEL release, this will not have them.\n\n# Further Information\n\n* [EPEL Wiki](http://fedoraproject.org/wiki/EPEL)\n* [epel-release package information](http://mirrors.servercentral.net/fedora/epel/6/i386/repoview/epel-release.html)\n\n# Testing and Compatibility\n\n* This module is tested on CentOS 7 and 8 with Puppet 6 and Puppet 7.\n* It should work on any RHEL variant such as RedHat, OracleLinux, Scientific Linux etc.\n* Amazon Linux compatability is not promised, as EPEL doesn't always work with it.\n* Support for EL5 and EL6 is deprecated. It *may* still work but we have no acceptance tests.\n\n## Unit tests\n\nInstall the necessary gems\n\n    bundle install --path vendor --without system_tests\n\nRun the RSpec and puppet-lint tests\n\n    bundle exec rake test\n\n## System tests\n\nIf you have Vagrant \u003e=1.1.0 you can also run system tests:\n\n    RSPEC_SET=centos-64-x64 bundle exec rake spec:system\n\nAvailable RSPEC_SET options are in .nodeset.yml\n\n# License\n\nThis module is distributed under the [Apache License 2.0](LICENSE).\nSince version 3, it is maintained by [Vox Pupuli](https://voxpupuli.org/).\n\n# Author/Contributors\n * Aaron \u003cslapula@users.noreply.github.com\u003e\n * Alex Harvey \u003cAlex_Harvey@amp.com.au\u003e\n * Chad Metcalf \u003cmetcalfc@gmail.com\u003e\n * Ewoud Kohl van Wijngaarden \u003ce.kohlvanwijngaarden@oxilion.nl\u003e\n * Jeffrey Clark \u003cjclark@nmi.com\u003e\n * Joseph Swick \u003cjoseph.swick@meltwater.com\u003e\n * Matthaus Owens \u003cmlitteken@gmail.com\u003e\n * Michael Hanselmann \u003chansmi@vshn.ch\u003e\n * Michael Stahnke \u003cstahnma@fedoraproject.org\u003e\n * Michael Stahnke \u003cstahnma@puppet.com\u003e\n * Michael Stahnke \u003cstahnma@puppetlabs.com\u003e\n * Michael Stahnke \u003cstahnma@websages.com\u003e\n * Mickaël Canévet \u003cmickael.canevet@camptocamp.com\u003e\n * Nick Le Mouton \u003cnick@noodles.net.nz\u003e\n * Pro Cabales \u003cproletaryo@gmail.com\u003e\n * Proletaryo Cabales \u003cproletaryo@gmail.com\u003e\n * Riccardo Calixte \u003crcalixte@broadinstitute.org\u003e\n * Robert Story \u003crstory@localhost\u003e\n * Rob Nelson \u003crnelson0@gmail.com\u003e\n * Siebrand Mazeland \u003csiebrand@kitano.nl\u003e\n * Stefan Goethals \u003cstefan@zipkid.eu\u003e\n * Tim Rupp \u003ccaphrim007@gmail.com\u003e\n * Toni Schmidbauer \u003ctoni@stderr.at\u003e\n * Trey Dockendorf \u003ctreydock@gmail.com\u003e\n * Troy Bollinger \u003ctroy@us.ibm.com\u003e\n * Vlastimil Holer \u003choler@ics.muni.cz\u003e\n\n# Alternatives\n\nIf you're on CentOS 7 or CentOS 8, you can just `yum install epel-release` as it's in centos-extras.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-epel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-epel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-epel/lists"}