Version information
released Jul 15th 2015
This version is compatible with:
- Puppet Enterprise 3.2.x
- Puppet 3.x
- , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'rplessl-influxdb', '0.9.2'
Learn more about managing modules with a PuppetfileDocumentation
rplessl/influxdb — version 0.9.2 Jul 15th 2015
puppet-influxdb
Description
puppet module to install and configure influxdb (version 0.9.x and newer).
Installation
puppet module install --modulepath /path/to/puppet/modules rplessl-influxdb
Usage
class { 'influxdb': }
These configuration parameter can be set:
$ensure = 'installed'
$version = 'latest'
$install_from_repository = true
$config_file = '/etc/opt/influxdb/influxdb.conf'
# general section of influxb.conf
$reporting_disabled = false
# [meta]
$hostname = 'localhost' or 192.168.0.1'
$peers = 'none' or ['192.168.0.2', '192.168.0.3']
# [retention]
$replication = 'none' or 3
Testing
Install and setup vagrant [https://docs.vagrantup.com/v2/installation/index.html](as described here).
Fetch virtual machines:
vagrant box add puppetlabs/ubuntu-14.04-64-puppet --insecure
vagrant box add puppetlabs/centos-6.6-64-puppet --insecure
vagrant box add puppetlabs/centos-7.0-64-puppet --insecure
vagrant box add puppetlabs/debian-7.8-64-puppet --insecure
Add vagrant puppet support and run tests:
bundle install
bundle exec librarian-puppet install
vagrant up
Dependencies
- puppetlabs/inifile (>= 1.0.0)
The MIT License (MIT) Copyright (c) 2014 Justin Downing Copyright (c) 2014-2015 Roman Plessl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.