From 3112534213eb12d8d86a090e005ce197038d735c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Feb 2011 22:45:24 +0100 Subject: [PATCH] add manpage for cdist-deploy-to Signed-off-by: Nico Schottelius --- doc/man/cdist-deploy-to.text | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/man/cdist-deploy-to.text diff --git a/doc/man/cdist-deploy-to.text b/doc/man/cdist-deploy-to.text new file mode 100644 index 00000000..fdb3dd93 --- /dev/null +++ b/doc/man/cdist-deploy-to.text @@ -0,0 +1,37 @@ +cdist-deploy-to(1) +================== +Nico Schottelius + + +NAME +---- +cdist-deploy-to - Deploy configuration to host + +SYNOPSIS +-------- +cdist-deploy-to HOSTNAME + + +DESCRIPTION +----------- +Cdist-deploy-to deploys the configuration to the specified host. +It triggers the execution of several other scripts, which are +explained (or referenced) in cdist-stages(7). +It is intented to run either from the command line or from cron. + + +REQUIREMENTS +------------ +Cdist-deploy-to requires an enabled ssh-server and a posix shell on the target +host and a ssh-client and posix shell on the server. + + +SEE ALSO +-------- +cdist(7), cdist-stages(7) + + +COPYING +------- +Copyright \(C) 2010-2011 Nico Schottelius. Free use of this software is +granted under the terms of the GNU General Public License version 3 (GPLv3).