Skip to content

Commit 544e3e9

Browse files
author
Maxime Wewer
committed
feat(haproxy) : sync update
1 parent d8e77ba commit 544e3e9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

docs/source/modules/haproxy_support.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,4 @@ Examples
208208
timeout_resolve: '3s'
209209
hold_valid: '15s'
210210
211-
212-
See also: :ref:`modules_haproxy <modules_haproxy>` and :ref:`troubleshooting <modules_haproxy_troubleshooting>`
211+
See also: :ref:`modules_haproxy <modules_haproxy>` and :ref:`troubleshooting <modules_haproxy_troubleshooting>`

docs/source/modules/haproxy_system.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
.. include:: ../_include/head.rst
44

5-
======================================
5+
====================================
66
HAProxy performance & system modules
7-
======================================
7+
====================================
88

99
**STATE**: unstable
1010

plugins/module_utils/main/haproxy_mailer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ class HaproxyMailer(BaseModule):
4646

4747
def __init__(self, module: AnsibleModule, result: dict, session: Session = None):
4848
BaseModule.__init__(self=self, m=module, r=result, s=session)
49-
self.haproxy_mailer = {}
49+
self.haproxy_mailer = {}

plugins/module_utils/main/haproxy_mapfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ class HaproxyMapfile(BaseModule):
3535

3636
def __init__(self, module: AnsibleModule, result: dict, session: Session = None):
3737
BaseModule.__init__(self=self, m=module, r=result, s=session)
38-
self.haproxy_mapfile = {}
38+
self.haproxy_mapfile = {}

0 commit comments

Comments
 (0)