Skip to content

Commit

Permalink
Regenerate REFERENCE
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmorris committed Aug 26, 2024
1 parent 318e9fd commit 837d26e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The following parameters are available in the `ccs_software` class:
* [`influx_name`](#-ccs_software--influx_name)
* [`influx_username`](#-ccs_software--influx_username)
* [`influx_password`](#-ccs_software--influx_password)
* [`kafka_files`](#-ccs_software--kafka_files)
* [`kafka_auths`](#-ccs_software--kafka_auths)
* [`service_email`](#-ccs_software--service_email)
* [`pkglist_repo_url`](#-ccs_software--pkglist_repo_url)
* [`release_repo_url`](#-ccs_software--release_repo_url)
Expand Down Expand Up @@ -188,6 +190,29 @@ Sensitive string giving influxDB password.

Default value: `Sensitive('pass')`

##### <a name="-ccs_software--kafka_files"></a>`kafka_files`

Data type: `Hash[String, Hash]`

Optional hash of kafka properties files and associated values. Eg:
data-int:
bootstrap_url: "bootstrap_url"
registry_url: "registry_url"

Default value: `{}`

##### <a name="-ccs_software--kafka_auths"></a>`kafka_auths`

Data type: `Hash[String, Array[Sensitive[String[1]]]]`

Optional (but required for each key of kafka_files) hash of kafka
files and the associated username and password. Eg:
data-int:
- "user"
- "pass"

Default value: `{}`

##### <a name="-ccs_software--service_email"></a>`service_email`

Data type: `String`
Expand Down

0 comments on commit 837d26e

Please sign in to comment.