Bugfix: removed unused parameter web_root

This commit is contained in:
Jan Collijs 2016-01-05 16:13:08 +01:00
parent af33ea765f
commit 01a885a027

View file

@ -1,7 +1,6 @@
# == Class icingaweb2::mod::monitoring
#
class icingaweb2::mod::monitoring (
$web_root = $::icingaweb2::params::web_root,
) {
require ::icingaweb2
@ -63,4 +62,3 @@ class icingaweb2::mod::monitoring (
}
}