Forge Home

repo_fedora

It is a module for managing repositories on your Fedora Desktop

7,941 downloads

6,977 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

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

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