Resource Type: influxdb_org
- Defined in:
- lib/puppet/type/influxdb_org.rb
Summary
Manages organizations in InfluxDBOverview
Examples:
influxdb_org {'puppetlabs':
ensure => present,
}
Properties
-
description
Optional description for a given org
-
ensure
(defaults to: present)
Whether the organization should be present or absent on the target system.
-
host
The host running InfluxDB
-
members
A list of users to add as members of the organization
-
name
Name of the organization to manage in InfluxDB
-
port
(defaults to: 8086)
Port used by the InfluxDB service
-
token
Administrative token used for authenticating API calls
-
token_file
File on disk containing an administrative token
-
use_ssl
(defaults to: true)
Whether to enable SSL for the InfluxDB service
-
use_system_store
Whether to use the system store for SSL connections