dgolja / golja-influxdb

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

Change default for http_max_row_limit to 0 #68

Closed axxelG closed 6 years ago

axxelG commented 6 years ago

The defaults from influxdata have changed with version 1.2.1 https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md#v122-2017-03-14

This module should represent this defaults.

axxelG commented 6 years ago

Failing tests? Hard to belive that I could do something wrong with changing one number. Can I do something to pass the test?

dgolja commented 6 years ago

Probably you will need to update some rspec libraries to make it work again.

axxelG commented 6 years ago

Sorry but I don't have a local environment to test. And without any result details I cannot guess what is missing.