This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
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
f057d70190
commit
5531662527
1 changed files
with
0 additions
and
5 deletions
Split View
Show Diff Stats
+0
-5
nginx/source.sls
+ 0
- 5
nginx/source.sls
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', []) %}
Write
Preview
Loading…
Cancel
Save