adjust parameter type
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
## alloy_cd::params.pp
|
||||
# Module name: alloy_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @param [string] reqpackages which packages to install
|
||||
# @param [string] pkg_ensure 'latest' or 'present'
|
||||
# @param [string] ay_loki_url the url where alloy will send logs to.
|
||||
# @param [string] ay_loki_username the username to logon to loki
|
||||
# @param [string] ay_loki_userpass the password to logon to loki
|
||||
# @param [boolean] ay_manage_loki whether to manage log forwarding to loki
|
||||
# @param [boolean] ay_manage_prom whether to manage metric forwarding
|
||||
# @param [string] ay_prom_url the url where alloy will send metrics
|
||||
# @param [array] ay_log_targets the logging targets
|
||||
# @param [String] reqpackages which packages to install
|
||||
# @param [String] pkg_ensure 'latest' or 'present'
|
||||
# @param [String] ay_loki_url the url where alloy will send logs to.
|
||||
# @param [String] ay_loki_username the username to logon to loki
|
||||
# @param [String] ay_loki_userpass the password to logon to loki
|
||||
# @param [Boolean] ay_manage_loki whether to manage log forwarding to loki
|
||||
# @param [Boolean] ay_manage_prom whether to manage metric forwarding
|
||||
# @param [String] ay_prom_url the url where alloy will send metrics
|
||||
# @param [Array] ay_log_targets the logging targets
|
||||
# @summary Class contains all parameters for the alloy_cd module.
|
||||
##############################################################################
|
||||
class alloy_cd::params (
|
||||
|
||||
Reference in New Issue
Block a user