{"id":15517522,"url":"https://github.com/bodgit/puppet-yum","last_synced_at":"2026-01-07T22:05:47.116Z","repository":{"id":57666981,"uuid":"74914776","full_name":"bodgit/puppet-yum","owner":"bodgit","description":"Puppet Module for managing Yum","archived":false,"fork":false,"pushed_at":"2020-10-12T09:43:32.000Z","size":148,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T15:48:02.881Z","etag":null,"topics":["puppet","yum"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/bodgit/yum","language":"Puppet","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/bodgit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-27T21:17:02.000Z","updated_at":"2020-10-12T09:43:25.000Z","dependencies_parsed_at":"2022-09-02T14:10:32.462Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/puppet-yum","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-yum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-yum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-yum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-yum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/puppet-yum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246093105,"owners_count":20722395,"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":["puppet","yum"],"created_at":"2024-10-02T10:13:41.183Z","updated_at":"2026-01-07T22:05:47.046Z","avatar_url":"https://github.com/bodgit.png","language":"Puppet","readme":"# yum\n\nTested with Travis CI\n\n[![Build Status](https://travis-ci.org/bodgit/puppet-yum.svg?branch=master)](https://travis-ci.org/bodgit/puppet-yum)\n[![Coverage Status](https://coveralls.io/repos/bodgit/puppet-yum/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/bodgit/puppet-yum?branch=master)\n[![Puppet Forge](http://img.shields.io/puppetforge/v/bodgit/yum.svg)](https://forge.puppetlabs.com/bodgit/yum)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with yum](#setup)\n    * [Beginning with yum](#beginning-with-yum)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nThis module manages your Yum configuration, any additional plugins and also\nthe base OS repositories.\n\nCentOS, RHEL, Scientific and Oracle Enterprise Linux is supported using Puppet\n4.6.0 or later.\n\n## Setup\n\n### Beginning with yum\n\nIn the very simplest case, you can just include the following which mimics the\ndefault configuration, plugins and repositories:\n\n```puppet\ninclude ::yum\n```\n\n## Usage\n\nTo not manage any default plugins or repositories:\n\n```puppet\nclass { '::yum':\n  default_plugins =\u003e {},\n  repos           =\u003e {},\n}\n```\n\nBeware some plugins such as `fastestmirror` cannot be easily removed so it's\nbetter to manage them as disabled:\n\n```puppet\nclass { '::yum':\n  default_plugins =\u003e {\n    'fastestmirror' =\u003e {\n      'enable' =\u003e false,\n    },\n  },\n}\n```\n\n## Reference\n\nThe reference documentation is generated with\n[puppet-strings](https://github.com/puppetlabs/puppet-strings) and the latest\nversion of the documentation is hosted at\n[https://bodgit.github.io/puppet-yum/](https://bodgit.github.io/puppet-yum/).\n\n## Limitations\n\nThis module has been built on and tested against Puppet 4.6.0 and higher.\n\nThe module has been tested on:\n\n* CentOS Enterprise Linux 6/7\n\nThe module could do with more thorough acceptance testing on RedHat,\nScientific and Oracle Enterprise Linux.\n\n## Development\n\nThe module has both [rspec-puppet](http://rspec-puppet.com) and\n[beaker-rspec](https://github.com/puppetlabs/beaker-rspec) tests. Run them\nwith:\n\n```\n$ bundle exec rake test\n$ PUPPET_INSTALL_TYPE=agent PUPPET_INSTALL_VERSION=x.y.z bundle exec rake beaker:\u003cnodeset\u003e\n```\n\nPlease log issues or pull requests at\n[github](https://github.com/bodgit/puppet-yum).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-yum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fpuppet-yum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-yum/lists"}