Tests
diff --git a/tests/pillar/minion_master.sls b/tests/pillar/minion_master.sls
new file mode 100644
index 0000000..3adb7e6
--- /dev/null
+++ b/tests/pillar/minion_master.sls
@@ -0,0 +1,10 @@
+salt:
+  minion:
+    enabled: true
+    master:
+      host: 127.0.0.1
+    mine:
+      interval: 60
+      module:
+        grains.items: []
+        network.interfaces: []