cleanup and release
diff --git a/tests/pillar/maas_cluster.sls b/tests/pillar/maas_cluster.sls
new file mode 100644
index 0000000..16fdec6
--- /dev/null
+++ b/tests/pillar/maas_cluster.sls
@@ -0,0 +1,15 @@
+maas:
+  cluster:
+    enabled: true
+    role: slave
+  region:
+    bind:
+      host: localhost
+      port: 80
+    database:
+      engine: postgresql
+      host: localhost
+      name: maasdb
+      password: password
+      username: maas
+    enabled: true
\ No newline at end of file