Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcooley/puppet-splunk_conf
Puppet defined types for managing Splunk configuration.
https://github.com/wcooley/puppet-splunk_conf
Last synced: 16 days ago
JSON representation
Puppet defined types for managing Splunk configuration.
- Host: GitHub
- URL: https://github.com/wcooley/puppet-splunk_conf
- Owner: wcooley
- License: apache-2.0
- Created: 2013-08-10T06:29:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T03:31:11.000Z (over 10 years ago)
- Last Synced: 2024-11-17T01:36:11.235Z (about 1 month ago)
- Language: Puppet
- Size: 331 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build
Status](https://travis-ci.org/wcooley/puppet-splunk_conf.png?branch=master)](https://travis-ci.org/wcooley/puppet-splunk_conf)Introduction
============Puppet defined types for managing Splunk configuration. Adds high-level
abstraction over Augeas lens. Augeas lens is included, since it is not in
Augeas available for EL5.For documentation, see `manifests/init.pp` and .manifests/inputs/monitor.pp`.
To Do
-----* Can I convince Augeas to put in a newline before the new stanza?
* Abstract more configuration files?
* rspec-puppet tests?Testing
-------Set environment variable for Augeas load path:
export AUGEAS_LENS_LIB=`pwd`/lib/augeas/lens