1CDIST-TYPE__PACKAGE_APK(7) cdist CDIST-TYPE__PACKAGE_APK(7)
2
3
4
6 cdist-type__package_akp - Manage packages with akp
7
9 apk is usually used on Alpine to manage packages.
10
12 None
13
15 name If supplied, use the name and not the object id as the package
16 name.
17
18 state Either "present" or "absent", defaults to "present"
19
21 # Ensure zsh in installed
22 __package_apk zsh --state present
23
24 # Remove package
25 __package_apk apache2 --state absent
26
28 cdist-type__package(7)
29
31 Nico Schottelius <nico-cdist--@--schottelius.org>
32
34 Copyright (C) 2019 Nico Schottelius. You can redistribute it and/or
35 modify it under the terms of the GNU General Public License as pub‐
36 lished by the Free Software Foundation, either version 3 of the Li‐
37 cense, or (at your option) any later version.
38
40 ungleich GmbH 2021
41
42
43
44
457.0.0 Jul 31, 2022 CDIST-TYPE__PACKAGE_APK(7)