Skip to content

Commit

Permalink
Correct lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Weewer committed Oct 16, 2024
1 parent fe419a8 commit 5d76cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@

if versioncmp($zabbix_version, '6.4') >= 0 {
$setenvif_auth = [
'Authorization "(.*)" HTTP_AUTHORIZATION=$1'
'Authorization "(.*)" HTTP_AUTHORIZATION=$1',
]
} else {
$setenvif_auth = undef
Expand Down

0 comments on commit 5d76cd5

Please sign in to comment.