cdist-type__git(7)


Table of Contents

1. NAME
2. DESCRIPTION
3. REQUIRED PARAMETERS
4. OPTIONAL PARAMETERS
5. EXAMPLES
6. SEE ALSO
7. COPYING

1. NAME

cdist-type__git - Get and or keep git repositories up-to-date

2. DESCRIPTION

This cdist type allows you to clone git repositories

3. REQUIRED PARAMETERS

source
Specifies the git remote to clone from

4. OPTIONAL PARAMETERS

state
Either "present" or "absent", defaults to "present"
branch
Create this branch by checking out the remote branch of this name Default branch is "master"
group
Group to chgrp to.
mode
Unix permissions, suitable for chmod.
owner
User to chown to.

5. EXAMPLES

__git /home/services/dokuwiki --source git://github.com/splitbrain/dokuwiki.git

# Checkout cdist, stay on branch 2.1
__git /home/nico/cdist --source git://github.com/telmich/cdist.git --branch 2.1

6. SEE ALSO

  • cdist-type(7)

7. COPYING

Copyright (C) 2012 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).