ncsa / puppet-profile_influxdb

NCSA Common Puppet Profiles - configure InfluxDB service
0 stars 0 forks source link

profile_influxdb

pdk-validate yamllint

NCSA Common Puppet Profiles - configure InfluxDB service

This profile is intended to install and configure the InfluxDB v1.8 service.

Usage

To install and configure:

  include profile_influxdb

Configuration

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-----

Dependencies

Reference

REFERENCE.md