Skip to content

Commit

Permalink
Merge pull request #284 from CpuID/master
Browse files Browse the repository at this point in the history
allow setting custom priority before and after default SSL priority
  • Loading branch information
James Fryman committed Mar 28, 2014
2 parents 52f80a8 + 8160de8 commit 5e5f9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/resource/location.pp
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@
fail('$priority must be an integer.')
}
validate_array($rewrite_rules)
if ($priority < 401) or ($priority > 599) {
fail('$priority must be in the range 401-599.')
if ($priority < 401) or ($priority > 899) {
fail('$priority must be in the range 401-899.')
}

# # Shared Variables
Expand Down

0 comments on commit 5e5f9d2

Please sign in to comment.