Forge Home

puppetrepo

Setup Puppet package repository and agent version locking

7,760 downloads

7,760 latest version

4.5 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.1.0 (latest)
released Apr 30th 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 'lightoze-puppetrepo', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add lightoze-puppetrepo
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install lightoze-puppetrepo --version 0.1.0

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

lightoze/puppetrepo — version 0.1.0 Apr 30th 2016

puppetrepo

Overview

This module manages Puppet package repository and agent version locking. It works on Debian and RedHat $osfamily.

What puppetrepo affects

  • On systems using Yum, it will install yum-plugin-versionlock and add allowed agent package version to /etc/yum/pluginconf.d/versionlock.list file.
  • On systems using Apt, it will pin agent package version to specified pattern.

Usage

Just include puppetrepo class. It has a single parameter puppet_agent_version, which is a pattern for required puppet-agent package version (e.g. default 1.4.*).

Reference

There is an additional resource puppetrepo::install_script, which creates a Puppet installation bash script to bootstrap new nodes. You can create in on Puppet master and serve over HTTP, and then run it like curl https://puppet.internal/install.sh | sudo bash on fresh node installs.