Skip to content

Commit 1c83b6d

Browse files
committed
test(snippets): add tests for snippets includes
based on #275 fixes #274
1 parent c55120a commit 1c83b6d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: test/salt/passenger/pillar/nginx.sls

-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# vim: ft=yaml
33
---
44
# Simple pillar setup
5-
# - snippet letsencrypt
65
# - remove 'default' site
76
# - create 'mysite' site
87

@@ -21,10 +20,6 @@ nginx:
2120
lookup:
2221
passenger_package: {{ passenger_pkg }}
2322

24-
snippets:
25-
letsencrypt.conf:
26-
- location ^~ /.well-known/acme-challenge/:
27-
- proxy_pass: http://localhost:9999
2823
server:
2924
config:
3025
# This is required to get the passenger module loaded
@@ -63,4 +58,3 @@ nginx:
6358
- index: 'index.html index.htm'
6459
- location ~ .htm:
6560
- try_files: '$uri $uri/ =404'
66-
- include: '/etc/nginx/snippets/letsencrypt.conf'

0 commit comments

Comments
 (0)