diff --git a/software/cdist.mdwn b/software/cdist.mdwn index 26cd1ef2..e8f6e0bf 100644 --- a/software/cdist.mdwn +++ b/software/cdist.mdwn @@ -59,6 +59,7 @@ cdist was tested or is know to run on at least * [Archlinux](http://www.archlinux.org/) * [Debian](http://www.debian.org/) + * [Fedora](http://fedoraproject.org/) * [Gentoo](http://www.gentoo.org/) * [Mac OS X](http://www.apple.com/macosx/) * [OpenBSD](http://www.openbsd.org) diff --git a/software/cdist/man/cdist-reference.html b/software/cdist/man/cdist-reference.html index ca3964ed..30b352f9 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
# Ensure zsh in installed +__package_pacman zsh --state installed + +# If you don't want to follow pythonX packages, but always use python +__package_pacman python --state installed --name python2 + +# Remove obsolete package +__package_pacman puppet --state deinstalled