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