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

NAME

6       cdist-type__package_upgrade_all - Upgrade all the installed packages
7

DESCRIPTION

9       This cdist type allows you to upgrade all the installed packages on the
10       target. It will automatically use the appropriate package manager.
11

REQUIRED PARAMETERS

13       None
14

OPTIONAL PARAMETERS

16       type   The package manager to use. Default is determined based  on  the
17              $os explorer variable.  e.g.  * apt for Debian * yum for Red Hat
18              * pacman for Arch Linux
19

BOOLEAN PARAMETERS

21       apt-dist-upgrade
22              Do dist-upgrade instead of upgrade.
23
24       apt-clean
25              Clean out the local repository of retrieved package files.
26

EXAMPLES

28          # Upgrade all the installed packages on the target
29          __package_upgrade_all
30
31          # Force use of a specific package manager
32          __package_upgrade_all --type apt
33

AUTHORS

35       Ricardo Catalinas Jiménez <jimenezrick--@--gmail.com>
36

COPYING

38       Copyright (C) 2014 Ricardo Catalinas Jiménez. 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, 2019CDIST-TYPE__PACKAGE_UPGRADE_ALL(7)
Impressum