No longer implicitly delete files ending in ".default", if you want to delete those, name them in the pillar.
This commit is contained in:
parent
f057d70190
commit
5531662527
@ -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', []) %}
|
||||
|
Loading…
Reference in New Issue
Block a user