Skip to content

Commit 5f8cf5e

Browse files
cosmosifiedopoplawski
authored andcommitted
updated author and version
TODO: unit tests for haproxy frontend
1 parent efe5d0b commit 5f8cf5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/modules/pfsense_haproxy_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DOCUMENTATION = """
1515
---
1616
module: pfsense_haproxy_frontend
17-
version_added: "2.10"
17+
version_added: "0.6.0"
1818
author: Chris Morton (@cosmosified)
1919
short_description: Manage pfSense haproxy frontends
2020
description:

plugins/modules/pfsense_haproxy_frontend_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright: (c) 2021 Chris Morton, [email protected]
4+
# Copyright: (c) 2023 Chris Morton, [email protected]
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
from __future__ import absolute_import, division, print_function
@@ -14,7 +14,7 @@
1414
DOCUMENTATION = """
1515
---
1616
module: pfsense_haproxy_frontend_server
17-
version_added: "2.10"
17+
version_added: "0.6.0"
1818
author: Chris Morton (@cosmosified)
1919
short_description: Manage pfSense haproxy frontend servers
2020
description:

0 commit comments

Comments
 (0)