From f4c5e7ee9e85044e4ba221125e76e02951529065 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 15:11:52 +0100 Subject: [PATCH] flatten out_dir Signed-off-by: Nico Schottelius --- doc/man/cdist-config-layout.text | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/man/cdist-config-layout.text b/doc/man/cdist-config-layout.text index f2f281a6..e16e4dbd 100644 --- a/doc/man/cdist-config-layout.text +++ b/doc/man/cdist-config-layout.text @@ -64,19 +64,13 @@ variables, see cdist-environment(7)). cache after a successful run. This directory may be placed below the tmpdir or at any other location. -- out_dir/hosts/: - Contains output of hosts. - -- out_dir/hosts/: - Contains cache of the specific host. - -- out_dir/hosts//explorers: +- out_dir/explorers: Output of general explorers. -- out_dir/hosts//objects: - Objects created during last run for the host. +- out_dir/objects: + Objects created for the host. -- out_dir/hosts//objects//explorers: +- out_dir/objects//explorers: Output of type specific explorers, per object. - tmpdir: Temporary storage @@ -97,6 +91,13 @@ The following functionality may be implemented in the next release (or so). may also be used in types to gather information about other hosts (like ssh-keys). +- out_dir/hosts/: + Contains output of hosts. + +- out_dir/hosts/: + Contains cache of the specific host. + + AUTHOR ------