.copier-answers.yml
.coveragerc
.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
noxfile.py
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/tech-debt.md
.github/workflows/pr.yml
.github/workflows/tag.yml
.pre-commit-hooks/check-cli-examples.py
.pre-commit-hooks/make-autodocs.py
changelog/.template.jinja
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_ext/saltdomain.py
docs/_static/.gitkeep
docs/ref/.gitkeep
docs/ref/beacons/index.rst
docs/ref/beacons/saltext.haproxy.beacons.haproxy.rst
docs/ref/modules/index.rst
docs/ref/modules/saltext.haproxy.modules.haproxyconn.rst
docs/topics/installation.md
src/saltext.haproxy.egg-info/PKG-INFO
src/saltext.haproxy.egg-info/SOURCES.txt
src/saltext.haproxy.egg-info/dependency_links.txt
src/saltext.haproxy.egg-info/entry_points.txt
src/saltext.haproxy.egg-info/not-zip-safe
src/saltext.haproxy.egg-info/requires.txt
src/saltext.haproxy.egg-info/top_level.txt
src/saltext/haproxy/__init__.py
src/saltext/haproxy/version.py
src/saltext/haproxy/beacons/__init__.py
src/saltext/haproxy/beacons/haproxy.py
src/saltext/haproxy/modules/__init__.py
src/saltext/haproxy/modules/haproxyconn.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/modules/__init__.py
tests/functional/states/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/modules/__init__.py
tests/integration/states/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/beacons/test_haproxy.py
tests/unit/modules/__init__.py
tests/unit/modules/test_haproxyconn.py
tests/unit/states/__init__.py