Forge Home

puppetagent

Uniform puppet.conf file

7,654 downloads

7,654 latest version

1.9 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 May 10th 2016

Start using this module

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

Add this module to your Puppetfile:

mod 'shresthassh-puppetagent', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add shresthassh-puppetagent
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install shresthassh-puppetagent --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

shresthassh/puppetagent — version 0.1.0 May 10th 2016

puppetagent

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 puppetagent
  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

Takes smart class parameter values and makes puppet.conf file similar across all servers. Works with RHEL6/7 and AIX.

Module Description

This modules have template for RHEL6/7 and AIX. Smart class parameters that can be changed: pluginsync = 'true', ca_server = 'puppet_ca_server', server = 'puppet_server', environment = 'Library', runinterval = '30m', ignoreschedules = 'false',

Setup

What puppetagent affects

This will replace /etc/puppet/puppet.conf file with template with above smart class parmeters values that can be changed.

Usage

Put the classes, types, and resources for customizing, configuring, and doing the fancy stuff with your module here.

Limitations

On RHEL 6, if the changes are replace on puppet.conf with template and smart class parameters, notify to restart service puppet results in error.

service puppet status

puppet dead but pid file exists

As a workaround, /etc/puppet/puppet_restart.sh will be created with service puppet stop/start.

Development

Will consider fix/performace/add lines in template/more functions.