fuel-plugin-influxdb-grafana/deployment_scripts/puppet/modules/influxdb
Guillaume Thouvenin 5ef7a53504 Install the version that is coming with the plugin
Version 0.11.1-1 is provided by the plugin, so to avoid problems with
priorities or conflicts with other version we need to fix the version to
the one that we are shippping.

Change-Id: I22923a6bbccb0f1b43ebfd6fece9891081cbb30c
2016-07-18 07:38:58 +00:00
..
manifests Install the version that is coming with the plugin 2016-07-18 07:38:58 +00:00
spec Install the version that is coming with the plugin 2016-07-18 07:38:58 +00:00
templates Set the leader of the Raft as the first node to join 2016-02-10 12:46:30 +00:00
.fixtures.yml Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00
.gitignore Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00
Gemfile Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00
LICENSE Upgrade InfluxDB to 0.9.2 2015-07-29 09:33:30 +00:00
README.md Upgrade InfluxDB to 0.9.2 2015-07-29 09:33:30 +00:00
Rakefile Fix Rakefile regarding lint usage 2016-06-21 17:32:27 +02:00
metadata.json Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00

README.md

InfluxDB module for Puppet

Description

Puppet module for installing and configuring InfluxDB 0.9.x.

Usage

class {'influxdb':
  meta_dir => '/opt/influxdb/meta'
  data_dir => '/opt/influxdb/data'
  hh_dir   => '/opt/influxdb/hh'
}

Limitations

None.

License

Licensed under the terms of the Apache License, version 2.0.

Contact

Guillaume Thouvenin, gthouvenin@mirantis.com

Support

See the Contact section.