Bugfix: removed unused parameter web_root
This commit is contained in:
parent
af33ea765f
commit
01a885a027
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
# == Class icingaweb2::mod::monitoring
|
# == Class icingaweb2::mod::monitoring
|
||||||
#
|
#
|
||||||
class icingaweb2::mod::monitoring (
|
class icingaweb2::mod::monitoring (
|
||||||
$web_root = $::icingaweb2::params::web_root,
|
|
||||||
) {
|
) {
|
||||||
require ::icingaweb2
|
require ::icingaweb2
|
||||||
|
|
||||||
|
@ -63,4 +62,3 @@ class icingaweb2::mod::monitoring (
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue