From 83c934f0038ba8a050a0804213a2a6f2ee9cb998 Mon Sep 17 00:00:00 2001 From: Tom De Vylder Date: Wed, 29 Jul 2015 11:33:25 +0200 Subject: [PATCH] Remove duplicate parameter --- manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) 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,