Updated the gitfs tutorial to mention that the salt-states repo does not have the latest releases of the states as it was mentioned that was confusing in the IRC today.

This commit is contained in:
Forrest Alvarez 2013-09-25 02:53:55 +00:00
parent a81b6cb426
commit 03285879d3

View file

@ -45,6 +45,13 @@ Now the gitfs system needs to be configured with a remote:
gitfs_remotes:
- git://github.com/saltstack/salt-states.git
.. note::
The salt-states repo is not currently updated with the latest versions
of the available states. Please review
https://github.com/saltstack-formulas for the latest versions.
These changes require a restart of the master, then the git repo will be cached
on the master and new requests for the ``salt://`` protocol will send files
found in the remote git repository via the master.