summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-11-07 13:42:44 -0600
committerSol Jerome <sol.jerome@gmail.com>2010-11-07 13:42:44 -0600
commit6c0dea0a84ac71bdd4692b86bc1e62ec44223f5e (patch)
tree9e6b2340ede9f53afbba9077dcb238586adb82fc /doc
parente2b894cc01bb3a10fa950112f49a12ba1b09a63d (diff)
downloadbcfg2-6c0dea0a84ac71bdd4692b86bc1e62ec44223f5e.tar.gz
bcfg2-6c0dea0a84ac71bdd4692b86bc1e62ec44223f5e.tar.bz2
bcfg2-6c0dea0a84ac71bdd4692b86bc1e62ec44223f5e.zip
doc: Clarify mandatory attributes
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/configurationentries.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt
index fff57b7e8..1146a51c6 100644
--- a/doc/server/configurationentries.txt
+++ b/doc/server/configurationentries.txt
@@ -50,9 +50,9 @@ plugin that handles the entry in the case of `Cfg`_, `TGenshi`_, or
a device, directory, hardlink, symlink, etc), then you will specify both
the *type* and any other necessary attributes in `Rules`_.
-Attributes listed in the table below are mandatory attributes for that
-type. For example, the `dev_type` attribute is required for device
-entries, but not for hardlink entries.
+Running ``bcfg2-repo-validate`` will check your configuration
+specification for the presence of any mandatory attributes that are
+necessary for the Path type specified.
.. note:: A tool for converting old POSIX entries is available in the
Bcfg2 source directory at tools/posixunified.py