Remove duplicate parameter

This commit is contained in:
Tom De Vylder 2015-07-29 11:33:25 +02:00
parent baa024b7f5
commit 83c934f003

View file

@ -44,9 +44,6 @@
# $ido_db_host::
# Default:
#
# $ido_db_host::
# Default:
#
# $ido_db_name::
# Default:
#
@ -178,7 +175,6 @@ class icingaweb2 (
$git_revision = $::icingaweb2::params::git_revision,
$ido_db = $::icingaweb2::params::ido_db,
$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_pass = $::icingaweb2::params::ido_db_pass,
$ido_db_port = $::icingaweb2::params::ido_db_port,