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
name
version
type
state
# 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
Copyright (C) 2011 Steven Armstrong. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).
Steven Armstrong <steven-cdist--@--armstrong.cc>