Add notes on GitPython issue in salt<=0.16.3

This commit is contained in:
Erik Johnson 2013-09-05 13:43:08 -05:00
parent c7f655a544
commit b603274ecd

View File

@ -173,3 +173,18 @@ for the user running the salt-master.
.. note::
GitFS requires the Python module ``GitPython``, version 0.3.0 or newer.
.. _faq-gitfs-bug:
Why aren't my custom modules/states/etc. syncing to my Minions?
===============================================================
In versions 0.16.3 and older, when using the :doc:`git fileserver backend
</topics/tutorials/gitfs>`, certain versions of GitPython may generate errors
when fetching, which Salt fails to catch. While not fatal to the fetch process,
these interrupt the fileserver update that takes place before custom types are
synced, and thus interrupt the sync itself. Try disabling the git fileserver
backend in the master config, restarting the master, and attempting the sync
again.
This issue will be worked around in Salt 0.16.4 and newer.