Procházet zdrojové kódy

No longer implicitly delete files ending in ".default", if you want to delete those, name them in the pillar.

tags/v0.55.0
Ross Perkins před 10 roky
rodič
revize
5531662527
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. +0
    -5
      nginx/source.sls

+ 0
- 5
nginx/source.sls Zobrazit soubor

@@ -240,11 +240,6 @@ nginx:
- absent
watch:
- cmd: nginx
{{ conf_dir }}/{{ file }}.default:
file:
- absent
watch:
- cmd: nginx
{% endfor %}

{% for file in nginx.get('delete_htdocs', []) %}

Načítá se…
Zrušit
Uložit