Table of Contents
cdist [-h] [-V]
cdist banner
cdist config [-h] [-d] [-V] [-c CDIST_HOME] [-i MANIFEST] [-p] [-s] host [host …]
cdist is the frontend executable to the cdist configuration management. cdist supports different as explained below. The options to the main program are:
Configure a system
--remote-copy REMOTE_COPY: Command to use for remote copy (should behave like scp)
--remote-exec REMOTE_EXEC: Command to use for remote execution (should behave like ssh)
# Configure ikq05.ethz.ch with debug enabled cdist config -d ikq05.ethz.ch # Configure hosts in parallel and use a different home directory cdist config -c ~/p/cdist-nutzung \ -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch # Use custom remote exec / copy commands cdist config --remote-exec /path/to/my/remote/exec \ --remote-copy /path/to/my/remote/copy \ -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch # Display banner cdist banner # Show help cdist --help # Show Version cdist --version
The following exit values shall be returned: