Initial commit
diff --git a/tests/pillar/shibboleth.sls b/tests/pillar/shibboleth.sls
new file mode 100644
index 0000000..be0df94
--- /dev/null
+++ b/tests/pillar/shibboleth.sls
@@ -0,0 +1,26 @@
+shibboleth:
+  server:
+    enabled: true
+    idp_entity_id_url: "https://saml.example.com/oam/fed"
+    idp_metadata_url: "https://saml.example.com/oamfed/idp/metadata"
+    attributes:
+    - name: test
+      id: test
+      name_format: urn:oasis:names:tc:SAML:2.0:attrname-format:basic
+apache:
+  server:
+    enabled: true
+    default_mpm: event
+    site:
+      keystone:
+        enabled: true
+        type: keystone
+        name: wsgi
+        host:
+          name: test
+    pkgs:
+      - apache2
+      - libapache2-mod-shib2
+    modules:
+      - wsgi
+      - shib2