1CDIST-TYPE__CDIST(7) cdist CDIST-TYPE__CDIST(7)
2
3
4
6 cdist-type__cdist - Manage cdist installations
7
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
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
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
36 Nico Schottelius <nico-cdist--@--schottelius.org>
37
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
507.0.0 Jul 31, 2022 CDIST-TYPE__CDIST(7)