Fix merge duplication issue
This commit is contained in:
parent
167a752af7
commit
037e355e38
1 changed files with 0 additions and 10 deletions
|
@ -31,16 +31,6 @@ class icingaweb2::mod::monitoring (
|
|||
mode => $::icingaweb2::config_dir_mode;
|
||||
}
|
||||
|
||||
$monitoring_mod_files = [
|
||||
"${::icingaweb2::config_dir}/modules/monitoring/backends.ini",
|
||||
"${::icingaweb2::config_dir}/modules/monitoring/config.ini",
|
||||
"${::icingaweb2::config_dir}/modules/monitoring/commandtransports.ini",
|
||||
]
|
||||
|
||||
file { $monitoring_mod_files:
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
Ini_Setting {
|
||||
ensure => present,
|
||||
require => File["${::icingaweb2::config_dir}/modules/monitoring"],
|
||||
|
|
Loading…
Reference in a new issue