Table of Contents
cdist-quickstart is an interactive guide to cdist. It should be one of the first tools you use when you begin with cdist.
To use cdist-quickstart, add the bin directory to your PATH, execute cdist-quickstart and enjoy cdist:
# Bourne shell example export PATH=$(pwd -P)/bin:$PATH # Alternatively, usable for csh and bsh, set's up PATH and MANPATH eval `./bin/cdist-env` # Let's go! cdist-quickstart