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
+