344d59005b
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
28 lines
584 B
Text
28 lines
584 B
Text
cdist-types(7)
|
|
===============
|
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
|
|
|
|
|
NAME
|
|
----
|
|
cdist-types - Functionality bundled
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
A cdist type describes some kind of functionality.
|
|
Types can be run from manifests.
|
|
It is recommeneded to prefix all types with two
|
|
underscores, because types will be executed and
|
|
thus you prevent collisions with real binaries
|
|
(like "file").
|
|
|
|
|
|
SEE ALSO
|
|
--------
|
|
|
|
|
|
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).
|