Explorar el Código

Merge pull request #93 from bbinet/optional_purge_repos

Make sure system.purge_repos is optional
pull/100/head
Filip Pytloun hace 7 años
padre
commit
8f965ec87a
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