From 83dc9a34f654869194dd661d730460d1298b9eaf Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 19 Aug 2015 15:21:28 -0500 Subject: [PATCH] Tweak top-level RST in git state module --- salt/states/git.py | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/salt/states/git.py b/salt/states/git.py index 0810aa0e63..4294883a4c 100644 --- a/salt/states/git.py +++ b/salt/states/git.py @@ -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