Browse Source

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

susefix
Ross Perkins 10 years ago
parent
commit
5531662527
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      nginx/source.sls

+ 0
- 5
nginx/source.sls View File

- absent - absent
watch: watch:
- cmd: nginx - cmd: nginx
{{ conf_dir }}/{{ file }}.default:
file:
- absent
watch:
- cmd: nginx
{% endfor %} {% endfor %}


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

Loading…
Cancel
Save