From aefb0a83a611a131d46a75c83c0fd32fd9ed0392 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 20 Jul 2017 15:55:30 +0100 Subject: [PATCH] undoing array --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 325cd73..f2c742f 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -259,7 +259,7 @@ $ng_use_auth = '1', $ng_use_ssl_auth = '0', $ng_enable_def_user = false, $ng_def_user_name = 'nagios_insecure', -$ng_nagios_admin = ['nagios_sec_adm'], +$ng_nagios_admin = 'nagios_sec_adm', $ng_sysinfo_auth = '', $ng_confinfo_auth = '', $ng_command_auth = '',