mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
a81b6cb426
commit
03285879d3
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue