Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
update data type
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bailey committed Mar 28, 2017
1 parent ad6b75b commit 80b5e4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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' {
Expand All @@ -82,7 +82,6 @@
}

if $cookies {
validate_array($cookies)
$cookie_string = join($cookies, ';')
}

Expand Down

0 comments on commit 80b5e4c

Please sign in to comment.