mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +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 -*-
|
||||
'''
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user