Add Salt baseline states for Proxmox Mail Gateway.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ruslan Piatrovich
2026-06-04 11:27:44 +03:00
co-authored by Cursor
parent 35d81332fa
commit 85cecf78f6
23 changed files with 729 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
# Python / virtualenv
.venv/
venv/
__pycache__/
*.pyc
# Salt runtime artifacts
.salt/
# IDE / OS files
.idea/
.vscode/
.DS_Store