Skip to content

Commit

Permalink
Prohibit an empty string for $limit_zone
Browse files Browse the repository at this point in the history
Co-Authored-By: Tim Meusel <tim@bastelfreak.de>
  • Loading branch information
absltkaos and bastelfreak authored Nov 18, 2019
1 parent 79b39a3 commit 894cbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/location.pp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
Boolean $ssl = false,
Boolean $ssl_only = false,
Optional[String] $location_alias = undef,
Optional[String] $limit_zone = undef,
Optional[String[1]] $limit_zone = undef,
Optional[Enum['any', 'all']] $location_satisfy = undef,
Optional[Array] $location_allow = undef,
Optional[Array] $location_deny = undef,
Expand Down

0 comments on commit 894cbc8

Please sign in to comment.