Skip to content
This repository was archived by the owner on Nov 18, 2017. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 999 Bytes

File metadata and controls

32 lines (19 loc) · 999 Bytes

DEPRECATED

This project is no longer maintained. I recommend you check out golja/influxdb for an updated Puppet module for InfluxDB.

influxdb

Puppet Forge Build Status

Description

This Puppet module will install influxdb on Debian or RedHat.

This module is still under active development so things are likely to change. If you have any ideas or contributions, feel free to open a pull request!

Installation

puppet module install --modulepath /path/to/puppet/modules jdowning-influxdb

Usage

class { 'influxdb': }

Most of the configuration is parameterized, so you can freely adjust settings.

Testing

bundle install
bundle exec librarian-puppet install
vagrant up