forked from ungleich-public/cdist
add man page for cdist-object-prepare
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
71765210bb
commit
b226b30dba
1 changed files with 35 additions and 0 deletions
35
doc/man/man1/cdist-object-prepare.text
Normal file
35
doc/man/man1/cdist-object-prepare.text
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
cdist-object-prepare(1)
|
||||||
|
=======================
|
||||||
|
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||||
|
|
||||||
|
|
||||||
|
NAME
|
||||||
|
----
|
||||||
|
cdist-object-prepare - Prepare an object
|
||||||
|
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
--------
|
||||||
|
cdist-object-prepare HOSTNAME OBJECT
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
-----------
|
||||||
|
Prepare the given object by running it through stage 3 (object information
|
||||||
|
retrieval) and stage 4 (run the object manifest).
|
||||||
|
See related man pages for details.
|
||||||
|
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
- cdist(7)
|
||||||
|
- cdist-stages(7)
|
||||||
|
- cdist-object-explorer-run(1)
|
||||||
|
- cdist-object-manifest-run(1)
|
||||||
|
- cdist-type(1)
|
||||||
|
|
||||||
|
|
||||||
|
COPYING
|
||||||
|
-------
|
||||||
|
Copyright \(C) 2011 Steven Armstrong. 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