1CDIST-TYPE__PACKAGE_PACMAN(7) cdist CDIST-TYPE__PACKAGE_PACMAN(7)
2
3
4
6 cdist-type__package_pacman - Manage packages with pacman
7
9 Pacman is usually used on the Archlinux distribution to manage pack‐
10 ages.
11
13 None
14
16 name If supplied, use the name and not the object id as the package
17 name.
18
19 state Either "present" or "absent", defaults to "present"
20
22 # Ensure zsh in installed
23 __package_pacman zsh --state present
24
25 # If you don't want to follow pythonX packages, but always use python
26 __package_pacman python --state present --name python2
27
28 # Remove obsolete package
29 __package_pacman puppet --state absent
30
32 cdist-type__package(7)
33
35 Nico Schottelius <nico-cdist--@--schottelius.org>
36
38 Copyright (C) 2011-2012 Nico Schottelius. You can redistribute it
39 and/or modify it under the terms of the GNU General Public License as
40 published by the Free Software Foundation, either version 3 of the Li‐
41 cense, or (at your option) any later version.
42
44 ungleich GmbH 2021
45
46
47
48
497.0.0 Jul 31, 2022 CDIST-TYPE__PACKAGE_PACMAN(7)