Remove duplicate parameter
This commit is contained in:
parent
baa024b7f5
commit
83c934f003
1 changed files with 0 additions and 4 deletions
|
@ -44,9 +44,6 @@
|
||||||
# $ido_db_host::
|
# $ido_db_host::
|
||||||
# Default:
|
# Default:
|
||||||
#
|
#
|
||||||
# $ido_db_host::
|
|
||||||
# Default:
|
|
||||||
#
|
|
||||||
# $ido_db_name::
|
# $ido_db_name::
|
||||||
# Default:
|
# Default:
|
||||||
#
|
#
|
||||||
|
@ -178,7 +175,6 @@ class icingaweb2 (
|
||||||
$git_revision = $::icingaweb2::params::git_revision,
|
$git_revision = $::icingaweb2::params::git_revision,
|
||||||
$ido_db = $::icingaweb2::params::ido_db,
|
$ido_db = $::icingaweb2::params::ido_db,
|
||||||
$ido_db_host = $::icingaweb2::params::ido_db_host,
|
$ido_db_host = $::icingaweb2::params::ido_db_host,
|
||||||
$ido_db_host = $::icingaweb2::params::ido_db_host,
|
|
||||||
$ido_db_name = $::icingaweb2::params::ido_db_name,
|
$ido_db_name = $::icingaweb2::params::ido_db_name,
|
||||||
$ido_db_pass = $::icingaweb2::params::ido_db_pass,
|
$ido_db_pass = $::icingaweb2::params::ido_db_pass,
|
||||||
$ido_db_port = $::icingaweb2::params::ido_db_port,
|
$ido_db_port = $::icingaweb2::params::ido_db_port,
|
||||||
|
|
Loading…
Reference in a new issue