[DOC] finish cdist-bin-transfer
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
25fc1cfdfe
commit
dd840ce278
2 changed files with 9 additions and 22 deletions
|
@ -1,5 +1,4 @@
|
||||||
Documentation cleanup
|
Documentation cleanup
|
||||||
- cdist-bin-transfer
|
|
||||||
- cdist-type-integration
|
- cdist-type-integration
|
||||||
- Ensure available types are documented (!)
|
- Ensure available types are documented (!)
|
||||||
- define how to in cdist-type-integration
|
- define how to in cdist-type-integration
|
||||||
|
|
|
@ -1,42 +1,30 @@
|
||||||
cdist-deploy-to(1)
|
cdist-bin-transfer(1)
|
||||||
==================
|
=====================
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
cdist-deploy-to - Deploy configuration to host
|
cdist-bin-transfer
|
||||||
|
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
cdist-deploy-to HOSTNAME
|
cdist-deploy-to HOSTNAME REMOTE_DIR
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Deploy configurations to the specified host, as configured in the initial
|
cdist-bin-transfer copies all cdist binaries to the given host HOSTNAME
|
||||||
manifest. This script triggers the execution of several other scripts, in so
|
into the given directory REMOTE_DIR. These binaries will be used in
|
||||||
called stages. It is intented to run either from the command line or from cron.
|
further stages to retrieve information or apply configurations.
|
||||||
|
|
||||||
|
|
||||||
ENVIRONMENT
|
|
||||||
-----------
|
|
||||||
If the environment variable **__cdist_conf_dir** is not set, the
|
|
||||||
configuration is read from /etc/cdist. The local output directory can
|
|
||||||
be changed by the variable **__cdist_local_base_dir**. All environment
|
|
||||||
variables are handled by cdist-config.
|
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
cdist(7),
|
cdist(7)
|
||||||
cdist-config(1),
|
|
||||||
cdist-config-layout(7),
|
|
||||||
cdist-stages(7)
|
|
||||||
|
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
-------
|
-------
|
||||||
Copyright \(C) 2010-2011 Nico Schottelius. Free use of this software is
|
Copyright \(C) 2011 Nico Schottelius. Free use of this software is
|
||||||
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
||||||
|
|
Loading…
Reference in a new issue