Giter Site home page Giter Site logo

puppet-yum's Introduction

This module manages yum repositories stanzas.

That's it: Yet another yum module to manage yum repositories stanzas.

Class: yum

Used to manage yum configuration (currently only a stub).

Parameters:

purge:
Discard all the unmanaged stanzas, default: present.

Sample Usage:

class { 'yum':
  purge => true,
}

Resource: yum::repo

A resource for managing yum repositories stanzas

Parameters:

baseurl:
The URL for the for this repository, default: absent.

description:
Repository description.

enabled:
Whether this repository is enabled., default: true.

ensure:
Specify if this stanza should be present or not, default: present

exclude:
Matching packages will never be considered in updates or installs for this repo, default: absent.

gpgcheck:
Whether to check the GPG signature on packages, default: false.

gpgkey:
The URL for the GPG key, default: undef.

includepkgs:
Only packages matching one of the shell globs will be considered for update or install, default: absent.

mirrorlist:
The URL for the GPG key for this repository, default: absent.

priority:
Priority of this repository from 1-99, default: absent.

proxy:
URL of a proxy server that Yum should use, default: absent.

proxy_username:
Username for this proxy.

proxy_password:
Password for this proxy.

Sample Usage:

 yum::repo { "centos-base":
   description => 'CentOS Base',
   mirrorlist  => 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra',
   gpgcheck    => true,
   gpgkey      => "http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6",
 }

Copyright:

Copyright 2015 Alessio Cassibba (X-Drum), unless otherwise noted.

puppet-yum's People

Contributors

johnjolet avatar x-drum avatar

Watchers

 avatar  avatar

Forkers

turnitin

puppet-yum's Issues

How to purge & set

Hi,
I'm trying to use this module in order to "remove" all repost not defined with the module. However, I cannot find the right way to do this.

If I only set the yum::repo's stanzas I get these definitions added to any existing file defined in /etc/yum.repos.d.
Then I tried to use class { 'yum': purge => true, } before defining the yum::repo but then at every puppet agent run I get all the files removed and, at the next run, the files created.

What am I doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.