Add gitfs support

Change-Id: I3ac728f84a0a63973ca7d90a679c096378eee7c8
Related-PROD: https://mirantis.jira.com/browse/PROD-20392
diff --git a/tests/pillar/master_gitfs.sls b/tests/pillar/master_gitfs.sls
new file mode 100644
index 0000000..dc28dcb
--- /dev/null
+++ b/tests/pillar/master_gitfs.sls
@@ -0,0 +1,22 @@
+git:
+  client:
+    enabled: true
+linux:
+  system:
+    enabled: true
+salt:
+  master:
+    enabled: true
+    command_timeout: 5
+    worker_threads: 2
+    base_environment: prd
+    pillar:
+      engine: salt
+      source:
+        engine: local
+    gitfs_remotes:
+      xccdf_benchmarks:
+        url: https://gerrit.mcp.mirantis.net/oscore-tools/xccdf-benchmarks.git
+        enabled: true
+        params:
+          base: master