Manage global Postfix'es + make common pillar OS based #2

Merged
Georg merged 4 commits from postfix into production 2023-01-24 21:26:04 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 5f9a74c612 - Show all commits

View File

@ -28,6 +28,7 @@ file_roots:
- /srv/salt
- /srv/formulas/salt-formula
- /srv/formulas/users-formula
- /srv/formulas/postfix-formula
''')
os.symlink(mypwd + '/salt', '/srv/salt')

View File

@ -1,4 +1,4 @@
{%- set formulas = ['salt', 'users'] -%}
{%- set formulas = ['salt', 'users', 'postfix'] -%}
salt:
interface: ${'secret_salt:master:interface'}