Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 817 Bytes

File metadata and controls

28 lines (17 loc) · 817 Bytes

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