Compilation results for cp1111.eqiad.wmnet: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 3940 |
|---|---|
| Resources added: | 0 |
| Resources removed: | 0 |
| Resources modified: | 1 |
| Change percentage: | 0.03% |
Resources modified
- File[/etc/haproxy/lua/contact_info.lua]
- Content differences:
--- /etc/haproxy/lua/contact_info.lua.orig +++ /etc/haproxy/lua/contact_info.lua @@ -16,7 +16,7 @@ -- Quite liberal email pattern matching. -- The reason to do this is we don't really care about the email being valid, -- but rather to capture what the user provided in the UA string. - local email_pattern = "[%w%.%+%-_]+@[%w-_]+%.%w+" + local email_pattern = "[%w%.%+%-_]+@[%w_-]+%.%w+" return string.match(ua_string, email_pattern) end
- Content differences: