Skip to content
Snippets Groups Projects
Commit 97e1d1f0 authored by hk's avatar hk
Browse files

fix: make it possible to not have key_url set

Fixes #520
parent 99b14699
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment