From be9eec702c1a9d45c1419959a91ee3342b41b95a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 18 Mar 2011 00:37:33 +0100 Subject: [PATCH] document cdist-code-run-all Signed-off-by: Nico Schottelius --- Makefile | 1 + doc/man/cdist-code-run-all.text | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 doc/man/cdist-code-run-all.text diff --git a/Makefile b/Makefile index 33bbff1d..f3b1ef78 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ MANDIR=doc/man MANGENERATED=$(MANDIR)/cdist-reference.text MANSRC=$(MANDIR)/cdist.text \ + $(MANDIR)/cdist-code-run-all.text \ $(MANDIR)/cdist-config.text \ $(MANDIR)/cdist-dir.text \ $(MANDIR)/cdist-env.text \ diff --git a/doc/man/cdist-code-run-all.text b/doc/man/cdist-code-run-all.text new file mode 100644 index 00000000..fba2e7e3 --- /dev/null +++ b/doc/man/cdist-code-run-all.text @@ -0,0 +1,32 @@ +cdist-code-run-all(1) +===================== +Nico Schottelius + + +NAME +---- +cdist-code-run-all - Execute all generated code on the target + + +SYNOPSIS +-------- +cdist-code-run-all HOSTNAME + + +DESCRIPTION +----------- +cdist-code-run-all is just a wrapper for cdist-remote-code-run-all. + + +SEE ALSO +-------- +- cdist(7) +- cdist-deploy-to(1) +- cdist-remote-code-run-all(1) +- cdist-run-remote(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).