File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3232# you can use this parameter to add the database_path to the above mentioned
3333# path.
3434# @param manage_database When true, it will configure the database and execute the sql scripts.
35+ # @param manage_database_timescale When true, it will execute the sql scripts needef for timescaledb.
3536# @param manage_repo When true (default) this module will manage the Zabbix repository.
3637# @param manage_firewall When true, it will create iptables rules.
3738# @param manage_service
224225 Zabbix::Databases $database_type = $zabbix::params::database_type,
225226 $database_path = $zabbix::params::database_path,
226227 $manage_database = $zabbix::params::manage_database,
228+ $manage_database_timescale = $zabbix::params::manage_database_timescale,
227229 $default_vhost = $zabbix::params::default_vhost,
228230 $manage_vhost = $zabbix::params::manage_vhost,
229231 $manage_firewall = $zabbix::params::manage_firewall,
You can’t perform that action at this time.
0 commit comments