mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Tweak top-level RST in git state module
This commit is contained in:
parent
ee85c901ea
commit
83dc9a34f6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user