NCSA Common Puppet Profiles - configure InfluxDB service
This profile is intended to install and configure the InfluxDB v1.8 service.
To install and configure:
include profile_influxdb
If leaving $http_https_enabled
(default), you must supply the SSL certificate, CA, and private key content, e.g.:
profile_influxdb::config::ssl_ca_content: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
profile_influxdb::config::ssl_cert_content: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
profile_influxdb::config::ssl_key_content: |
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----