From f4df74811c59844acb98d75084f97b65791afb0b Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:15:04 +0100 Subject: haproxy: T7187: Fix typo in op-mode XML file --- op-mode-definitions/load-balacing_haproxy.in | 23 ----------------------- op-mode-definitions/load-balancing_haproxy.xml.in | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 op-mode-definitions/load-balacing_haproxy.in create mode 100644 op-mode-definitions/load-balancing_haproxy.xml.in diff --git a/op-mode-definitions/load-balacing_haproxy.in b/op-mode-definitions/load-balacing_haproxy.in deleted file mode 100644 index c3d6c799b..000000000 --- a/op-mode-definitions/load-balacing_haproxy.in +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - Restart haproxy service - - sudo ${vyos_op_scripts_dir}/restart.py restart_service --name haproxy - - - - - - - - Show load-balancing haproxy - - sudo ${vyos_op_scripts_dir}/load-balacing_haproxy.py show - - - - diff --git a/op-mode-definitions/load-balancing_haproxy.xml.in b/op-mode-definitions/load-balancing_haproxy.xml.in new file mode 100644 index 000000000..8de7ae97f --- /dev/null +++ b/op-mode-definitions/load-balancing_haproxy.xml.in @@ -0,0 +1,23 @@ + + + + + + + Restart haproxy service + + sudo ${vyos_op_scripts_dir}/restart.py restart_service --name haproxy + + + + + + + + Show load-balancing haproxy + + sudo ${vyos_op_scripts_dir}/load-balancing_haproxy.py show + + + + -- cgit v1.2.3