From dd840ce27845fef427abab555a3b93cd1eb173b6 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Mar 2011 20:27:47 +0100 Subject: [PATCH] [DOC] finish cdist-bin-transfer Signed-off-by: Nico Schottelius --- doc/dev/todo/niconext | 1 - doc/man/cdist-bin-transfer.text | 30 +++++++++--------------------- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index bf9562f0..91528541 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -1,5 +1,4 @@ Documentation cleanup - - cdist-bin-transfer - cdist-type-integration - Ensure available types are documented (!) - define how to in cdist-type-integration diff --git a/doc/man/cdist-bin-transfer.text b/doc/man/cdist-bin-transfer.text index e09cba0a..9a9e0a4b 100644 --- a/doc/man/cdist-bin-transfer.text +++ b/doc/man/cdist-bin-transfer.text @@ -1,42 +1,30 @@ -cdist-deploy-to(1) -================== +cdist-bin-transfer(1) +===================== Nico Schottelius NAME ---- -cdist-deploy-to - Deploy configuration to host +cdist-bin-transfer SYNOPSIS -------- -cdist-deploy-to HOSTNAME +cdist-deploy-to HOSTNAME REMOTE_DIR DESCRIPTION ----------- -Deploy configurations to the specified host, as configured in the initial -manifest. This script triggers the execution of several other scripts, in so -called stages. It is intented to run either from the command line or from cron. - - -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. - +cdist-bin-transfer copies all cdist binaries to the given host HOSTNAME +into the given directory REMOTE_DIR. These binaries will be used in +further stages to retrieve information or apply configurations. SEE ALSO -------- -cdist(7), -cdist-config(1), -cdist-config-layout(7), -cdist-stages(7) +cdist(7) 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).