From 5531662527e4622e902edccae04f3f1465953ef2 Mon Sep 17 00:00:00 2001 From: Ross Perkins Date: Fri, 7 Nov 2014 18:55:13 -0800 Subject: [PATCH] No longer implicitly delete files ending in ".default", if you want to delete those, name them in the pillar. --- nginx/source.sls | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nginx/source.sls b/nginx/source.sls index ea0eade..e462429 100644 --- a/nginx/source.sls +++ b/nginx/source.sls @@ -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', []) %}