Compare commits
3 Commits
d0aecd2159
...
70036d224f
Author | SHA1 | Date | |
---|---|---|---|
70036d224f | |||
5f9a74c612 | |||
6c7aaa08e1 |
@ -16,4 +16,11 @@ postfix:
|
|||||||
smtp_tls_security_level: encrypt
|
smtp_tls_security_level: encrypt
|
||||||
smtp_tls_wrappermode: 'yes'
|
smtp_tls_wrappermode: 'yes'
|
||||||
|
|
||||||
|
aliases:
|
||||||
|
use_file: false
|
||||||
|
present:
|
||||||
|
admins: 'georg, pratyush'
|
||||||
|
georg: georg@lysergic.dev
|
||||||
|
pratyush: pratyush@lysergic.dev
|
||||||
|
root: 'system, \root'
|
||||||
|
system: system@lysergic.dev
|
||||||
|
3
salt/common/postfix.sls
Normal file
3
salt/common/postfix.sls
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
include:
|
||||||
|
- postfix
|
||||||
|
- postfix.config
|
@ -3,6 +3,7 @@ include:
|
|||||||
- profile.zypp
|
- profile.zypp
|
||||||
- profile.node_exporter
|
- profile.node_exporter
|
||||||
- users
|
- users
|
||||||
|
- .postfix
|
||||||
|
|
||||||
{#- to-do: move this to some formula or macro -#}
|
{#- to-do: move this to some formula or macro -#}
|
||||||
{%- set osfullname = grains['osfullname'] -%}
|
{%- set osfullname = grains['osfullname'] -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user