diff --git a/manifests/init.pp b/manifests/init.pp index 882ac6c..1fd6102 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,