diff --git a/software/cdist/man/cdist-reference.html b/software/cdist/man/cdist-reference.html index 30b352f9..a7d2638a 100644 --- a/software/cdist/man/cdist-reference.html +++ b/software/cdist/man/cdist-reference.html @@ -1,6 +1,6 @@ -
Various scripts which are not in the core need information on how +
Various scripts which are not in the core need information on how to find information. This manpage summarises the available environment variables, types and paths and clearifies with part may access which variables.
If not specified otherwise, all paths are relative to the checkout directory.
Table of Contents
Table of Contents
# Ensure zsh in installed -__package_pacman zsh --state installed +__package_yum zsh --state installed # If you don't want to follow pythonX packages, but always use python -__package_pacman python --state installed --name python2 +__package_yum python --state installed --name python2 # Remove obsolete package -__package_pacman puppet --state deinstalled