Compare commits

...

2 Commits

Author SHA1 Message Date
286bd5d20b
Repository: remove comment, add priority
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
LibertaCasa RPM repsitory:
- comment was not added by Salt, it attempted to re-add it every time
- set lower priority

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-25 21:31:40 +01:00
9fd56e7640
Allow local system mail in Postfix
- correct mydestination to allow lysergic.dev to be sent through the
  relay
- correct relayhost to use SMTPS port

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-25 21:29:16 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,8 @@ postfix:
enable: False
config:
# to-do: set via site config
relayhost: zz0.email
relayhost: zz0.email:465
mydestination: '$myhostname, localhost'
myhostname: {{ grains['fqdn'] }}
inet_interfaces: loopback-only
# to-do: support relay via IPv6

View File

@ -27,10 +27,9 @@ libertacasa_rpm_repository:
pkgrepo.managed:
- name: 'LibertaCasa'
- baseurl: {{ repobase }}
- comments:
- 'Managed by Salt'
- gpgcheck: 1
- gpgkey: {{ repokey }}
- priority: 110
- require:
- cmd: libertacasa_rpm_key