Explorar el Código

Add consolidate/clean_file/refresh_db pkgrepo options

tags/2017.4
Petr Michalec hace 7 años
padre
commit
c146f18e8f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      linux/system/repo.sls

+ 3
- 0
linux/system/repo.sls Ver fichero

@@ -58,6 +58,9 @@ linux_repo_{{ name }}:
{%- if repo.key_url is defined %}
- key_url: {{ repo.key_url }}
{%- endif %}
- consolidate: {{ repo.get('consolidate', False) }}
- clean_file: {{ repo.get('clean_file', False) }}
- refresh_db: {{ repo.get('refresh_db', True) }}
- require:
- pkg: linux_packages


Cargando…
Cancelar
Guardar