Compare commits

..

No commits in common. "286bd5d20b1b3461c3b3715d4d8978e5baaaf14c" and "7305d708229241791102e044ad145405f5e71423" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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