Forge Home

augeas

Puppet module to manage Augeas, a nice a configuration editing tool

12,391 downloads

12,209 latest version

2.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.1.4 (latest)
  • 0.1.1
released Aug 30th 2014
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 'svarrette-augeas', '0.1.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add svarrette-augeas
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install svarrette-augeas --version 0.1.4

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
Tags: augeas

Documentation

svarrette/augeas — version 0.1.4 Aug 30th 2014

-- mode: markdown; mode: auto-fill; fill-column: 80 --

Augeas Puppet Module

Puppet Forge License Supported Platforms

Puppet module to manage Augeas, a nice a configuration editing tool

  Copyright (c) 2014 S. Varrette <sebastien.varrette@uni.lu>
  

Synopsis

This Puppet module is an helper to manage Augeas, a configuration API. The various operations of this repository are piloted from a Rakefile which assumes that you have RVM installed on your system.

Dependencies

See metadata.json.

svarrette-augeas class parameters

  • $ensure [Default: 'present']: Ensure svarrette-augeas is present, absent etc.

Usage

class svarrette-augeas

 class { 'svarrette-augeas': 
     
 }

Documentation

Please refer to the header of each manifest files to understand the usage of classes and definitions associated to the 'svarrette-augeas' module.

Alternatively, generate automatically the documentation via puppet doc as follows:

   $> rake doc   # Not yet implemented
   

For other information, please refer to the metadata.json file in this directory

Librarian-Puppet / R10K Setup

You can of course configure svarrette-augeas in your Puppetfile to make it available with Librarian puppet or r10k by adding the following entry:

 mod svarrette-augeas, 
     :git => https://github.com/Falkor/puppet-augeas,
     :ref => production 

Issues / Feature request

You can submit bug / issues / feature request using the svarrette-augeas Tracker.

Developments / Contributing to the code

If you want to contribute to the code, you shall be aware of the way this module is organized. These elements are detailed on doc/contributing.md

You are more than welcome to contribute to its development by sending a pull request.

Resources

Git

You should become familiar (if not yet) with Git. Consider these resources: