new options

This commit is contained in:
Mateusz Gruszczyński
2025-11-03 08:30:30 +01:00
parent d86175a3b6
commit b305368690
7 changed files with 943 additions and 370 deletions

View File

@@ -32,7 +32,7 @@ def edit_haproxy_config():
if result.returncode == 0:
if not out:
out = "Configuration file is valid"
out = "Configuration file is valid"
level = "success"
if "Warning" in out or "Warnings" in out:
level = "warning"