From b95350b8d8e58b4ff26ceccb5f2c35019a958781 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 21 Jul 2017 13:41:33 +0100 Subject: [PATCH] testing options both for hosts and ips --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 7a0e6ea..cc047d6 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -308,7 +308,7 @@ $ng_ack_no_send = '0', $ng_use_selinux_tools = true, # httpd -$ng_required_hosts = [''], +$ng_required_hosts = '', $ng_required_ips = ['127.0.0.0/8'], ) {