Add gitfs support
Change-Id: I3ac728f84a0a63973ca7d90a679c096378eee7c8
Related-PROD: https://mirantis.jira.com/browse/PROD-20392
diff --git a/README.rst b/README.rst
index fd15b19..d18f053 100644
--- a/README.rst
+++ b/README.rst
@@ -300,6 +300,22 @@
address: https://github.com/saltstack/salt-winrepo-ng
revision: master
+Configure a gitfs_remotes resource:
+
+.. code-block:: yaml
+
+ salt:
+ master:
+ gitfs_remotes:
+ salt_formula:
+ url: https://github.com/salt-formulas/salt-formula-salt.git
+ enabled: true
+ params:
+ base: master
+
+Read more about gitfs resource options in the official Salt documentation.
+
+
Event/Reactor systems
~~~~~~~~~~~~~~~~~~~~~