Explorar el Código

Pretty up the task name output

tags/v0.7.0
Adam Bolte hace 8 años
padre
commit
bbfa6f5a80
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      apt/repositories.sls

+ 2
- 1
apt/repositories.sls Ver fichero

@@ -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 %}

Cargando…
Cancelar
Guardar