2011-09-12 08:58:10 +00:00
|
|
|
cdist(1)
|
|
|
|
========
|
|
|
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
|
|
|
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
cdist - Configuration management
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
cdist [-h] [-b] [-c CDIST_HOME] [-d] [-i MANIFEST] [-p] [-s] [-V] [host [host ...]]
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
cdist is the frontend executable to the cdist configuration management.
|
|
|
|
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
-h, --help::
|
|
|
|
Show the help screen
|
|
|
|
|
2011-09-12 09:18:18 +00:00
|
|
|
-b, --banner::
|
|
|
|
Show cdist banner
|
|
|
|
|
|
|
|
-c CDIST_HOME, --cdist-home CDIST_HOME::
|
|
|
|
Instead of using the parent of the bin directory as cdist home,
|
|
|
|
use the specified directory
|
|
|
|
|
2011-09-12 08:58:10 +00:00
|
|
|
-d, --debug::
|
|
|
|
Enable debug output
|
|
|
|
|
2011-09-12 09:18:18 +00:00
|
|
|
-i MANIFEST, --initial-manifest MANIFEST::
|
|
|
|
Path to a cdist manifest or - to read from stdin
|
|
|
|
|
2011-09-12 08:58:10 +00:00
|
|
|
-p, --parallel::
|
2011-09-12 09:18:18 +00:00
|
|
|
Operate on multiple hosts in parallel
|
|
|
|
|
|
|
|
-s, --sequential::
|
|
|
|
Operate on multiple hosts sequentially
|
2011-09-12 08:58:10 +00:00
|
|
|
|
|
|
|
-V, --version::
|
|
|
|
Show version and exit
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES
|
|
|
|
--------
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
# Configure ikq05.ethz.ch with debug enabled
|
|
|
|
cdist -d ikq05.ethz.ch
|
|
|
|
|
2011-09-12 09:18:18 +00:00
|
|
|
# Configure hosts in parallel and use a different home directory
|
|
|
|
cdist -c ~/p/cdist-nutzung -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch
|
2011-09-12 08:58:10 +00:00
|
|
|
|
2011-09-12 09:18:18 +00:00
|
|
|
# Does not need a comment, plain works
|
|
|
|
cdist --banner
|
|
|
|
cdist --help
|
|
|
|
cdist --version
|
|
|
|
--------------------------------------------------------------------------------
|
2011-09-12 08:58:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
- cdist(7)
|
|
|
|
- cdist-type-build-emulation(1)
|
|
|
|
|
|
|
|
|
|
|
|
COPYING
|
|
|
|
-------
|
|
|
|
Copyright \(C) 2011 Nico Schottelius. Free use of this software is
|
|
|
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|