Skip to content

Commit

Permalink
updated author and version
Browse files Browse the repository at this point in the history
TODO: unit tests for haproxy frontend
  • Loading branch information
cosmosified committed Apr 26, 2023
1 parent 0e13621 commit da56a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/pfsense_haproxy_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DOCUMENTATION = """
---
module: pfsense_haproxy_frontend
version_added: "2.10"
version_added: "0.6.0"
author: Chris Morton (@cosmosified)
short_description: Manage pfSense haproxy frontends
description:
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/pfsense_haproxy_frontend_server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright: (c) 2021 Chris Morton, cosmo@cosmo.2y.net
# Copyright: (c) 2023 Chris Morton, cosmo@cosmo.2y.net
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand All @@ -14,7 +14,7 @@
DOCUMENTATION = """
---
module: pfsense_haproxy_frontend_server
version_added: "2.10"
version_added: "0.6.0"
author: Chris Morton (@cosmosified)
short_description: Manage pfSense haproxy frontend servers
description:
Expand Down

0 comments on commit da56a2c

Please sign in to comment.