Pillar from salt, tests metadata
diff --git a/tests/pillar/minion_local.sls b/tests/pillar/minion_local.sls
index 5ec6124..9e3168f 100644
--- a/tests/pillar/minion_local.sls
+++ b/tests/pillar/minion_local.sls
@@ -2,3 +2,9 @@
   minion:
     enabled: true
     local: true
+    pillar:
+      engine: salt
+      source:
+        engine: git
+        address: 'git@repo.domain.com:salt/pillar-demo.git'
+        branch: 'master'
\ No newline at end of file