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

This commit is contained in:
Ross Perkins 2014-11-07 18:55:13 -08:00
parent f057d70190
commit 5531662527

View File

@ -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', []) %}