Ver código fonte

Pretty up the task name output

master
Adam Bolte 8 anos atrás
pai
commit
bbfa6f5a80
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      apt/repositories.sls

+ 2
- 1
apt/repositories.sls Ver arquivo

@@ -36,7 +36,7 @@ debian-archive-keyring:
{%- for type in args.type|d(['binary']) %}
{%- set r_type = 'deb-src' if type == 'source' else 'deb' %}

{{ repo }}{{ type }}:
{{ r_type }} {{ repo }}:
pkgrepo.managed:
- name: {{ r_type }} {{ r_arch }} {{ r_url }} {{ r_distro }} {{ r_comps }}
- file: {{ sources_list_dir }}/{{ repo }}-{{ type }}.list
@@ -49,5 +49,6 @@ debian-archive-keyring:
- keyserver: {{ r_keyserver }}
{% endif %}
- clean_file: true

{%- endfor %}
{% endfor %}

Carregando…
Cancelar
Salvar