Skip to content

Commit

Permalink
version bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolja committed Dec 21, 2015
1 parent ddc7fac commit aa55c3c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##2015-12-11 - Release 2.2.0
###Summary
- add meta_dir as a parameter
- adding INFLUXD_OPTS to /etc/default/influxdb. This is needed in setting up raft clusters.

##2015-12-11 - Release 2.1.1
###Summary
Explicitly import variables to make avoid compile error in puppet 4
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ Default: OS distro
Wal dir for the storage engine 0.9.3+
Default: /var/opt/influxdb/wal

##### `meta_dir`

Location of the meta dir
Default: /var/opt/influxdb/meta

##### `wal_enable_logging`

Enable WAL logging.
Expand Down Expand Up @@ -500,6 +505,11 @@ Default: /dev/null
enable/disable installation of the influxdb packages
Default: true

##### `influxd_opts`

Additional influxd options used for setting up raft clusters.
Default: undef

## Limitations

This module has been tested on:
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golja-influxdb",
"version": "2.1.1",
"version": "2.2.0",
"author": "Dejan Golja",
"summary": "Manage InfluxDB version 0.9.X. For previous versions support check README.md",
"license": "Apache-2.0",
Expand Down

0 comments on commit aa55c3c

Please sign in to comment.