Explorar el Código

Make sure system.purge_repos is optional

users_deps
Bruno Binet hace 7 años
padre
commit
94ee9d58c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/system/repo.sls

+ 1
- 1
linux/system/repo.sls Ver fichero

@@ -183,7 +183,7 @@ default_repo_list:
- user: root
- group: root
- mode: 0644
{%- if system.purge_repos %}
{%- if system.purge_repos|default(False) %}
- replace: True
{%- endif %}
- defaults:

Cargando…
Cancelar
Guardar