commit | 27b90b73e6324007fe7b8816852943771b1cc974 | [log] [tgz] |
---|---|---|
author | Adam Tengler <adam.tengler@tcpcloud.eu> | Tue Jan 26 14:42:21 2016 +0100 |
committer | Adam Tengler <adam.tengler@tcpcloud.eu> | Tue Jan 26 14:42:21 2016 +0100 |
tree | d3cbc9cb9ccc7269ea98f80a1980047255faf835 | |
parent | ca5e59ad6750f8f79b3ce43e9f8fa925f3fa068c [diff] [blame] |
Nginx tests
diff --git a/tests/pillar/horizon_no_ssl.sls b/tests/pillar/horizon_no_ssl.sls new file mode 100644 index 0000000..5e03128 --- /dev/null +++ b/tests/pillar/horizon_no_ssl.sls
@@ -0,0 +1,16 @@ + +nginx: + server: + enabled: true + extras: false + bind: + address: 127.0.0.1 + protocol: tcp + site: + horizon_site01: + enabled: true + type: horizon + name: site01 + host: + name: horizon.domain.com +