This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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 (
|
||||
|
||||
|
||||
Reference in New Issue
Block a user