Forge Home

puppet

Configure puppet agent on Ubuntu

7,443 downloads

7,443 latest version

1.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

  • 1.0.1 (latest)
released Dec 25th 2015

Start using this module

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

Add this module to your Puppetfile:

mod 'opstudio-puppet', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add opstudio-puppet
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install opstudio-puppet --version 1.0.1

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

opstudio/puppet — version 1.0.1 Dec 25th 2015

puppet

Table of Contents

  1. Description
  2. Setup - The basics of getting started with puppet
  3. Usage - Configuration options and additional functionality

Description

The module provides basic configuration of puppet agent on Ubuntu Linux. It allows to configure:

* Agent interval
* Server environment

Setup

What puppet affects

Module manage

  • PPA repository
  • file - /etc/puppet/puppet.conf
  • file - /etc/default/puppet
  • service puppet

Setup Requirements

Puppet MUST BE installed before apply this module.

Beginning with puppet

Install module

    puppet module install opstudio-puppet

Usage

---
classes:
  - puppet::agent

puppet::agent::environment: 'production'
puppet::agent::runinterval: 1800
puppet::agent::enable_puppet_service: 'no'