Procházet zdrojové kódy

fix: make it possible to not have key_url set

Fixes #520
tags/v1.9.5
hk před 3 roky
rodič
revize
97e1d1f07a
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      salt/pkgrepo/debian/install.sls

+ 2
- 0
salt/pkgrepo/debian/install.sls Zobrazit soubor

@@ -21,7 +21,9 @@ salt-pkgrepo-install-saltstack-debian:
- humanname: SaltStack Debian Repo
- name: {{ salt_settings.pkgrepo }}
- file: /etc/apt/sources.list.d/salt.list
{% if salt_settings.get('key_url') is not none %}
- key_url: {{ salt_settings.key_url }}
{% endif %}
- clean_file: True
# Order: 3 because we can't put a require_in on "pkg: salt-{master,minion}"
# because we don't know if they are used.

Načítá se…
Zrušit
Uložit