mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Rename icingaweb2::config::monitoring' to
icingaweb2::config::module'
refs #6842
This commit is contained in:
parent
7e4feb748d
commit
1e511a0e3a
@ -0,0 +1,6 @@
|
||||
define icingaweb2::config::module ($source, $module = 'monitoring', $replace = true) {
|
||||
icingaweb2::config { "modules/${module}/${name}":
|
||||
source => $source,
|
||||
replace => $replace,
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
define icingaweb2::config::monitoring ($source, $replace = true) {
|
||||
icingaweb2::config { "modules/monitoring/${name}":
|
||||
source => $source,
|
||||
replace => $replace,
|
||||
}
|
||||
}
|
@ -56,5 +56,5 @@ class icingaweb2_dev {
|
||||
replace => false,
|
||||
}
|
||||
|
||||
icingaweb2::config::monitoring { [ 'backends', 'config', 'instances' ]: }
|
||||
icingaweb2::config::module { [ 'backends', 'config', 'instances' ]: }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user