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

NAME

6       cdist-type__package_pacman - Manage packages with pacman
7

DESCRIPTION

9       Pacman  is  usually  used on the Archlinux distribution to manage pack‐
10       ages.
11

REQUIRED PARAMETERS

13       None
14

OPTIONAL PARAMETERS

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

EXAMPLES

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

SEE ALSO

32       cdist-type__package(7)
33

AUTHORS

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

COPYING

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
41       License, or (at your option) any later version.
42
44       ungleich GmbH 2019
45
46
47
48
496.3.0                            Dec 12, 2019    CDIST-TYPE__PACKAGE_PACMAN(7)
Impressum