From a3436bf775ef7cc238852b29d99304f39eb302fa Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 7 Feb 2011 23:33:58 +0100 Subject: [PATCH] complete cleanup of config-layout manpage Signed-off-by: Nico Schottelius --- doc/man/cdist-config-layout.text | 43 ++++++++------------------------ 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/doc/man/cdist-config-layout.text b/doc/man/cdist-config-layout.text index 929d445e..03eb595d 100644 --- a/doc/man/cdist-config-layout.text +++ b/doc/man/cdist-config-layout.text @@ -3,7 +3,6 @@ cdist-config-layout(7) Nico Schottelius - NAME ---- cdist-config-layout - Usage of paths in cdist @@ -49,7 +48,17 @@ variables, see cdist-environment(7)). be used in types to gather information about other hosts (like ssh-keys). -- cache/ +- cache/hosts/: + Contains cache of every known host. + +- cache/hosts/: + Contains cache of the specific host. + +- cache/hosts//explorers: + Output of explorers from last run for the host. + +- cache/hosts//objects: + Objects created during last run for the host. - tmpdir: Temporary storage A tempdir and a tempfile is provided by cdist-config(1), which @@ -81,33 +90,3 @@ 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). - - - - -Differences manifests vs. types - - - manifests types - -main purpose map config to host provide functionality -can change config no (prevent conflicts) yes (allow inheritance) -specificness site specific (globally) reusable - - --------------------------------------------------------------------------------- -unsorted: cache / objects - - - If cdist encounters type in manifest, - a wrapper script is run, that creates a - new entry in the cconfig database and adds - attribute values. This defines a cconfig - tree, that may look as follows: - - - ///: - - myhost/__file/cdist_bin/source - myhost/__file/cdist_bin/destination - ... -