cleanup and release
diff --git a/tests/pillar/maas_region.sls b/tests/pillar/maas_region.sls
new file mode 100644
index 0000000..c498101
--- /dev/null
+++ b/tests/pillar/maas_region.sls
@@ -0,0 +1,15 @@
+maas:
+  cluster:
+    enabled: true
+    role: master
+  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