Tweak top-level RST in git state module

This commit is contained in:
Erik Johnson 2015-08-19 15:21:28 -05:00
parent ee85c901ea
commit 83dc9a34f6

View File

@ -1,18 +1,10 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
''' '''
Interaction with Git repositories States to manage git repositories and git configuration
=================================
Important: Before using git over ssh, make sure your remote host fingerprint .. important::
exists in your ``~/.ssh/known_hosts`` file. To avoid requiring password Before using git over ssh, make sure your remote host fingerprint exists in
authentication, it is also possible to pass private keys to use explicitly. your ``~/.ssh/known_hosts`` file.
.. code-block:: yaml
https://github.com/saltstack/salt.git:
git.latest:
- rev: develop
- target: /tmp/salt
''' '''
from __future__ import absolute_import from __future__ import absolute_import