.copier-answers.yml
.coveragerc
.envrc
.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/modules/index.rst
docs/ref/modules/saltext.mattermost.modules.mattermost.rst
docs/ref/returners/index.rst
docs/ref/returners/saltext.mattermost.returners.mattermost_returner.rst
docs/ref/runners/index.rst
docs/ref/runners/saltext.mattermost.runners.mattermost.rst
docs/ref/utils/index.rst
docs/ref/utils/saltext.mattermost.utils.mattermost.rst
docs/topics/configuration.md
docs/topics/installation.md
src/saltext.mattermost.egg-info/PKG-INFO
src/saltext.mattermost.egg-info/SOURCES.txt
src/saltext.mattermost.egg-info/dependency_links.txt
src/saltext.mattermost.egg-info/entry_points.txt
src/saltext.mattermost.egg-info/not-zip-safe
src/saltext.mattermost.egg-info/requires.txt
src/saltext.mattermost.egg-info/top_level.txt
src/saltext/mattermost/__init__.py
src/saltext/mattermost/version.py
src/saltext/mattermost/modules/__init__.py
src/saltext/mattermost/modules/mattermost.py
src/saltext/mattermost/returners/__init__.py
src/saltext/mattermost/returners/mattermost_returner.py
src/saltext/mattermost/runners/__init__.py
src/saltext/mattermost/runners/mattermost.py
src/saltext/mattermost/utils/__init__.py
src/saltext/mattermost/utils/mattermost.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/modules/__init__.py
tests/unit/modules/test_mattermost.py
tests/unit/states/__init__.py
tools/initialize.py
tools/helpers/__init__.py
tools/helpers/cmd.py
tools/helpers/copier.py
tools/helpers/git.py
tools/helpers/pre_commit.py
tools/helpers/prompt.py
tools/helpers/venv.py