diff --git a/pillar/role/mta/postfix.sls b/pillar/role/mta/postfix.sls index 15c3d07..51e7afc 100644 --- a/pillar/role/mta/postfix.sls +++ b/pillar/role/mta/postfix.sls @@ -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 diff --git a/salt/common/suse.sls b/salt/common/suse.sls index d4cd6a1..a107c3d 100644 --- a/salt/common/suse.sls +++ b/salt/common/suse.sls @@ -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