dgolja / golja-influxdb

Puppet module for InfluxDB
Apache License 2.0
19 stars 73 forks source link

Influx config issues #22

Closed johnf closed 8 years ago

johnf commented 8 years ago

Fixes two bugs around the config generation

First some new config variable weren't defined everywhere so that we were seeing

variable = .

instead of

variable = default_value

the second issue was related to the new service options code refactor. Integers weren't matching the regex and were being output with quotes.

dgolja commented 8 years ago

tnx ... will review the PR and soon release the new version.

nickchappell commented 8 years ago

Any update on getting this merged in? I'm running into the same issues.