repo_fedora

contributions requested
It is a module for managing repositories on your Fedora Desktop

8,068 downloads

7,066 latest version

4.6 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.2.5 (latest)
  • 0.2.0
  • 0.1.0
released Mar 31st 2016
This version is compatible with:
  • Fedora

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'balu-repo_fedora', '0.2.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add balu-repo_fedora
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install balu-repo_fedora --version 0.2.5

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

balu/repo_fedora — version 0.2.5 Mar 31st 2016

repo_fedora

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with repo_fedora
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

repo_fedora is a modul for managing your repositories on your Fedora desktop. Successfully tested with Puppet 4.

Module Description

If applicable, this section should have a brief description of the technology the module integrates with and what that integration enables. This section should answer the questions: "What does this module do?" and "Why would I use it?" You can give this module the right, to clean your /etc/yum.repos.d directory and activate some listed repos for your packages. Here you can activate:

  • Fedora
  • Fedora Update
  • Fedora Update Testing
  • Adobe
  • Bumblebee
  • Bumblebee nonfree
  • Mediaelch
  • Google Chrome
  • Playonlinux
  • rpmfusion free
  • rpmfusion nonfree

Setup

What repo_fedora affects

  • Install *.repo files
  • Clean /etc/yum.repos.d

Setup Requirements OPTIONAL

You need to install stdlib to manage your repositories.

Beginning with repo_fedora

The very basic steps needed for a user to get the module up and running.

If your most recent release breaks compatibility or requires particular steps for upgrading, you may wish to include an additional section here: Upgrading (For an example, see http://forge.puppetlabs.com/puppetlabs/firewall).

Usage

Include repo_fedora in your structure

  include repo_fedora

In yaml, you can handle it like

  ---
  repo_fedora::adobe: true
  repo_fedora::playonlinux: true