Remove the commented out server_db_schema_path parameter from the parameter list, since it's being used internally inside of the icinga2::server class now.
This commit is contained in:
parent
c33c71b64a
commit
e8d39f7085
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ class icinga2::server (
|
|||
$db_port = $icinga2::params::db_port,
|
||||
$package_provider = $icinga2::params::package_provider,
|
||||
$icinga2_server_package = $icinga2::params::icinga2_server_package,
|
||||
#$server_db_schema_path = $icinga2::params::server_db_schema_path
|
||||
$server_install_nagios_plugins = $icinga2::params::server_install_nagios_plugins,
|
||||
) inherits icinga2::params {
|
||||
|
||||
|
|
Loading…
Reference in a new issue