Skip to content

Commit a948c97

Browse files
author
DEFERME Bert
committed
Manage_database_timescale
1 parent 9d1791e commit a948c97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/init.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
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
@@ -224,6 +225,7 @@
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,

0 commit comments

Comments
 (0)