diff --git a/Makefile b/Makefile index b53bdbf9..2eae1e93 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ MANSRC=$(MANDIR)/cdist.text \ $(MANDIR)/cdist-explorer.text \ $(MANDIR)/cdist-manifest.text \ $(MANDIR)/cdist-manifest-run-init.text \ + $(MANDIR)/cdist-manifest-run-all.text \ $(MANDIR)/cdist-quickstart.text \ $(MANDIR)/cdist-stages.text \ $(MANDIR)/cdist-type.text \ diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index 6576877e..0960b372 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -8,3 +8,4 @@ Dependencies: done: * Document cdist-explorer-run-global * Document cdist-manifest-run-init +* Document cdist-manifest-run-all diff --git a/doc/man/cdist-manifest-run-all.text b/doc/man/cdist-manifest-run-all.text new file mode 100644 index 00000000..717089ad --- /dev/null +++ b/doc/man/cdist-manifest-run-all.text @@ -0,0 +1,32 @@ +cdist-manifest-run-all(1) +========================== +Nico Schottelius + + +NAME +---- +cdist-manifest-run-all - Run manifests of all created types + + +SYNOPSIS +-------- +cdist-manifest-run-all HOSTNAME + + +DESCRIPTION +----------- +cdist-manifest-run-all iterates over every existing object and +executes the manifest of its type. + + +SEE ALSO +-------- +- cdist(7) +- cdist-deploy-to(1) +- cdist-manifest-run-init(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).