Skip to content

Commit

Permalink
Update types/loglevel.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Tartière <romain@blogreen.org>
  • Loading branch information
igt-marcin-wasilewski and smortex committed Jun 23, 2023
1 parent d0766f2 commit f73b085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/loglevel.pp
Expand Up @@ -24,4 +24,4 @@
# * `trace8`
#
# @see https://httpd.apache.org/docs/current/mod/core.html#loglevel
type Apache::LogLevel = Pattern[/\A(([a-z_\.]+:)?(emerg|alert|crit|error|warn|notice|info|debug|trace[1-8])\W*)+\Z/]
type Apache::LogLevel = Pattern[/\A([a-z_\.]+:)?(emerg|alert|crit|error|warn|notice|info|debug|trace[1-8])(\s+([a-z_\.]+:)?(emerg|alert|crit|error|warn|notice|info|debug|trace[1-8]))*\Z/]

0 comments on commit f73b085

Please sign in to comment.