1CDIST-TYPE__PACKAGE(7) cdist CDIST-TYPE__PACKAGE(7)
2
3
4
6 cdist-type__package - Manage packages
7
9 This cdist type allows you to install or uninstall packages on the tar‐
10 get. It dispatches the actual work to the package system dependent
11 types.
12
14 None
15
17 name The name of the package to install. Default is to use the
18 object_id as the package name.
19
20 version
21 The version of the package to install. Default is to install the
22 version chosen by the local package manager.
23
24 type The package type to use. Default is determined based on the $os
25 explorer variable. e.g. * __package_apt for Debian * __pack‐
26 age_emerge for Gentoo
27
28 state Either "present" or "absent", defaults to "present"
29
31 # Install the package vim on the target
32 __package vim --state present
33
34 # Same but install specific version
35 __package vim --state present --version 7.3.50
36
37 # Force use of a specific package type
38 __package vim --state present --type __package_apt
39
41 Steven Armstrong <steven-cdist--@--armstrong.cc>
42
44 Copyright (C) 2011 Steven Armstrong. You can redistribute it and/or
45 modify it under the terms of the GNU General Public License as pub‐
46 lished by the Free Software Foundation, either version 3 of the
47 License, or (at your option) any later version.
48
50 ungleich GmbH 2019
51
52
53
54
556.4.0 Jan 04, 2020 CDIST-TYPE__PACKAGE(7)