Skip to content

Commit

Permalink
Manage_database_timescale
Browse files Browse the repository at this point in the history
  • Loading branch information
DEFERME Bert committed Jul 28, 2022
1 parent d0af170 commit 3a2fe0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# you can use this parameter to add the database_path to the above mentioned
# path.
# @param manage_database When true, it will configure the database and execute the sql scripts.
# @param manage_database_timescale When true, it will execute the sql scripts needef for timescaledb.
# @param manage_repo When true (default) this module will manage the Zabbix repository.
# @param manage_firewall When true, it will create iptables rules.
# @param manage_service
Expand Down Expand Up @@ -224,6 +225,7 @@
Zabbix::Databases $database_type = $zabbix::params::database_type,
$database_path = $zabbix::params::database_path,
$manage_database = $zabbix::params::manage_database,
$manage_database_timescale = $zabbix::params::manage_database_timescale,
$default_vhost = $zabbix::params::default_vhost,
$manage_vhost = $zabbix::params::manage_vhost,
$manage_firewall = $zabbix::params::manage_firewall,
Expand Down

0 comments on commit 3a2fe0e

Please sign in to comment.