Code Monkey home page Code Monkey logo

augeasproviders's Introduction

augeasproviders: alternative Augeas-based providers for Puppet

This module provides alternative providers for core Puppet types such as host and mailalias using the Augeas configuration library. It also adds some of its own types for new functionality.

The advantage of using Augeas over the default Puppet parsedfile implementations is that Augeas will go to great lengths to preserve file formatting and comments, while also failing safely when needed.

These providers will hide all of the Augeas commands etc., you don't need to know anything about Augeas to make use of it.

If you want to make changes to config files in your own way, you should use the augeas type directly. For more information about Augeas, see the web site or the Puppet/Augeas wiki page.

Types and providers

The following builtin types have an Augeas-based provider implemented:

  • host
  • mailalias

The following other types have a provider implemented:

The module adds the following new types:

  • apache_directive for udpating generic Apache HTTP Server configs
  • apache_setenv for updating SetEnv entries in Apache HTTP Server configs
  • kernel_parameter for adding kernel parameters to GRUB Legacy or GRUB 2 configs
  • nrpe_command for setting command entries in Nagios NRPE's nrpe.cfg
  • pg_hba for PostgreSQL's pg_hba.conf entries
  • puppet_auth for authentication rules in Puppet's auth.conf
  • shellvar for shell variables in /etc/sysconfig or /etc/default etc.
  • sshd_config for setting configuration entries in OpenSSH's sshd_config
  • sshd_config_subsystem for setting subsystem entries in OpenSSH's sshd_config
  • sysctl for entries inside Linux's sysctl.conf
  • syslog for entries inside syslog.conf

Lots of examples are provided in the accompanying documentation (see docs/examples.html) and are also published on the web site. If this is a git checkout, you will need to run make in docs/ to generate the HTML pages.

Type documentation can be generated with puppet doc -r type or viewed on the Puppet Forge page.

For builtin types and mounttab, the default provider will automatically become the augeas provider once the module is installed. This can be changed back to parsed where necessary.

Requirements

Ensure both Augeas and ruby-augeas 0.3.0+ bindings are installed and working as normal.

See Puppet/Augeas pre-requisites.

Installing

On Puppet 2.7.14+, the module can be installed easily (documentation):

puppet module install domcleal/augeasproviders

You may see an error similar to this on Puppet 2.x (#13858):

Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type `kernel_parameter` at ...

Ensure the module is present in your puppetmaster's own environment (it doesn't have to use it) and that the master has pluginsync enabled. Run the agent on the puppetmaster to cause the custom types to be synced to its local libdir (puppet master --configprint libdir) and then restart the puppetmaster so it loads them.

Planned

The following builtin types have Augeas-based providers planned:

  • ssh_authorized_key
  • port, once #5660 is done
  • yumrepo, once #8758 is done

Other ideas for new types are:

  • /etc/system types

Issues

Please file any issues or suggestions on GitHub.

augeasproviders's People

Contributors

ckaenzig avatar crayfishx avatar ekarlso avatar raphink avatar treydock avatar

Watchers

 avatar  avatar

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.