Browse Source

fix(opensuse): update to openSUSE Leap >= 15.4

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
pull/299/head
Georg Pfuetzenreuter 1 year ago
parent
commit
df8cfaa6f0
No account linked to committer's email address
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      nginx/map.jinja
  2. +2
    -1
      nginx/pkg.sls

+ 2
- 1
nginx/map.jinja View File

'server_use_symlink': False, 'server_use_symlink': False,
'pid_file': '/run/nginx.pid', 'pid_file': '/run/nginx.pid',
'gpg_check': True, 'gpg_check': True,
'gpg_key': 'http://download.opensuse.org/repositories/server:/http/openSUSE_{{ grains.osrelease }}/repodata/repomd.xml.key',
'gpg_key': 'http://download.opensuse.org/repositories/server:/http/{{ grains.osrelease }}/repodata/repomd.xml.key',
'gpg_autoimport': True,
'openssl_package': 'openssl', 'openssl_package': 'openssl',
}, },
'Arch': { 'Arch': {

+ 2
- 1
nginx/pkg.sls View File

{%- endif %} {%- endif %}
- name: server_http - name: server_http
- humanname: server_http - humanname: server_http
- baseurl: 'http://download.opensuse.org/repositories/server:/http/openSUSE_13.2/'
- baseurl: 'http://download.opensuse.org/repositories/server:/http/{{ grains.osrelease }}/'
- enabled: True - enabled: True
- autorefresh: True - autorefresh: True
- gpgcheck: {{ nginx.lookup.gpg_check }} - gpgcheck: {{ nginx.lookup.gpg_check }}
- gpgkey: {{ nginx.lookup.gpg_key }} - gpgkey: {{ nginx.lookup.gpg_key }}
- gpgautoimport: {{ nginx.lookup.gpg_autoimport }}
- require_in: - require_in:
- pkg: nginx_install - pkg: nginx_install
- watch_in: - watch_in:

Loading…
Cancel
Save