CDIST-TYPE__PACKAGE(7) | cdist | CDIST-TYPE__PACKAGE(7) |
cdist-type__package - Manage packages
This cdist type allows you to install or uninstall packages on the target. It dispatches the actual work to the package system dependent types.
None
# Install the package vim on the target __package vim --state present # Same but install specific version __package vim --state present --version 7.3.50 # Force use of a specific package type __package vim --state present --type __package_apt
Steven Armstrong <steven-cdist--@--armstrong.cc>
Copyright (C) 2011 Steven Armstrong. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
February 16, 2019 | 4.10.6 |