herculesteam-augeasproviders_core

This module provides alternative providers for core Puppet types using the Augeas configuration API library.


Keywords
augeas, augeasproviders, utilities, types, providers, configuration, configuration-files, configuration-management, library, puppet, puppet-module, puppet-resources
License
Apache-2.0
Install
puppet module install herculesteam-augeasproviders_core --version 2.1.5

Documentation

Puppet Forge Version Puppet Forge Downloads Puppet Forge Endorsement Build Status Coverage Status Sponsor

augeasproviders_core: library for building alternative Augeas-based providers for Puppet

Module description

This module provides a library for module authors to create new types and providers around config files, using the Augeas configuration library to read and modify them.

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.

If you're a user, you want to see the main augeasproviders project at augeasproviders.com.

Requirements

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

See Puppet/Augeas pre-requisites.

Development documentation

See docs/ (run make) or augeasproviders.com.

Issues

Please file any issues or suggestions on GitHub.