From f7662c164d495e6f8388857803c9197e86832604 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 24 Feb 2011 09:59:41 +0100 Subject: [PATCH] minor nitpicks Signed-off-by: Steven Armstrong --- doc/man/cdist-config-layout.text | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/man/cdist-config-layout.text b/doc/man/cdist-config-layout.text index be45f873..fef7e1d7 100644 --- a/doc/man/cdist-config-layout.text +++ b/doc/man/cdist-config-layout.text @@ -10,7 +10,7 @@ cdist-config-layout - Usage of paths in cdist DESCRIPTION ----------- -If not otherwise specified, all paths are relative to the configuration +If not specified otherwise, all paths are relative to the configuration directory, which is normally /etc/cdist (but can be changed using environment variables, see cdist-environment(7)). @@ -21,16 +21,16 @@ variables, see cdist-environment(7)). - conf_dir/manifests/init: This is the central entry point used by cdist-manifest-init(1). It is an executable (+x bit set) shell script that can use - values for the explorers to decide which configuration to create + values from the explorers to decide which configuration to create for the specified target host. It should be primary used to define mapping from configurations to hosts. -- conf_dir/manifests/*: All other files in this directory - Cdist does not use them directly, but you can seperate - configuration mappings, if you have a lot of code in the manifest/init - file. This may also be very helpful to have different admins maintain - different groups of hosts. +- conf_dir/manifests/*: + All other files in this directory are not directly used by Cdist, but you + can seperate configuration mappings, if you have a lot of code in the + manifest/init file. This may also be very helpful to have different admins + maintain different groups of hosts. - conf_dir/explorers/ Contains explorers to be run on the target hosts, see cdist-explorers(7).