3
0
Arne Teuke
2025-10-18 14:39:07 +02:00
parent 336a8d9078
commit d86fda3514
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class prometheus_cd::main::dirs (
seluser => system_u,
}
# data directory
file { $ps_data_dir,
file { $ps_data_dir:
ensure => directory,
owner => 'prometheus',
group => 'prometheus',

View File

@@ -13,6 +13,7 @@
# @param [String] ps_main_port the firewall main port for prometheus
# @param [String] ps_auth_user the username for authentication
# @param [String] ps_auth_pass the password for authentication
# @param [String] ps_data_dir the data directory for prometheus
##############################################################################
class prometheus_cd::params (