From 80b5e4c840982a7b28f9b0dfe6d14a392452ac4e Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Tue, 28 Mar 2017 04:56:14 -0500 Subject: [PATCH] update data type --- manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index def1825..d9ce0df 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -67,7 +67,7 @@ $proxy_password='', $is_password_secure=true, $timeout = undef, - $cookies = undef + Optional[Array[String]] $cookies = undef ) { if "x${destination_file}x" == 'xx' { @@ -82,7 +82,6 @@ } if $cookies { - validate_array($cookies) $cookie_string = join($cookies, ';') }