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
+5
View File
@@ -0,0 +1,5 @@
{% set base_packages = salt['pillar.get']('pmg:base_packages', []) %}
pmg-base-packages:
pkg.installed:
- pkgs: {{ base_packages }}