forked from ungleich-public/cdist
document cdist-code-run-all
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d204ac523c
commit
be9eec702c
2 changed files with 33 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ MANDIR=doc/man
|
||||||
MANGENERATED=$(MANDIR)/cdist-reference.text
|
MANGENERATED=$(MANDIR)/cdist-reference.text
|
||||||
|
|
||||||
MANSRC=$(MANDIR)/cdist.text \
|
MANSRC=$(MANDIR)/cdist.text \
|
||||||
|
$(MANDIR)/cdist-code-run-all.text \
|
||||||
$(MANDIR)/cdist-config.text \
|
$(MANDIR)/cdist-config.text \
|
||||||
$(MANDIR)/cdist-dir.text \
|
$(MANDIR)/cdist-dir.text \
|
||||||
$(MANDIR)/cdist-env.text \
|
$(MANDIR)/cdist-env.text \
|
||||||
|
|
32
doc/man/cdist-code-run-all.text
Normal file
32
doc/man/cdist-code-run-all.text
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
cdist-code-run-all(1)
|
||||||
|
=====================
|
||||||
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
||||||
|
|
||||||
|
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).
|
Loading…
Reference in a new issue