1CDIST-TYPE__CDIST(7)                 cdist                CDIST-TYPE__CDIST(7)
2
3
4

NAME

6       cdist-type__cdist - Manage cdist installations
7

DESCRIPTION

9       This cdist type allows you to easily setup cdist on another box, to al‐
10       low the other box to configure systems.
11
12       This type is NOT required by target hosts.  It is only helpful to build
13       FROM which you configure other hosts.
14
15       This type will use git to clone
16

REQUIRED PARAMETERS

OPTIONAL PARAMETERS

19       username
20              Select  the user to create for the cdist installation.  Defaults
21              to "cdist".
22
23       source Select the source from which to clone cdist from.   Defaults  to
24              "git@code.ungleich.ch:ungleich-public/cdist.git".
25
26       branch Select the branch to checkout from.  Defaults to "master".
27

EXAMPLES

29          # Install cdist for user cdist in her home as subfolder cdist
30          __cdist /home/cdist/cdist
31
32          # Use alternative source
33          __cdist --source "git@code.ungleich.ch:ungleich-public/cdist.git" /home/cdist/cdist
34

AUTHORS

36       Nico Schottelius <nico-cdist--@--schottelius.org>
37

COPYING

39       Copyright  (C)  2013  Nico  Schottelius. You can redistribute it and/or
40       modify it under the terms of the GNU General  Public  License  as  pub‐
41       lished  by  the  Free  Software Foundation, either version 3 of the Li‐
42       cense, or (at your option) any later version.
43
45       ungleich GmbH 2021
46
47
48
49
506.9.8                            Aug 24, 2021             CDIST-TYPE__CDIST(7)
Impressum