From 7c6c1e10f3cc62acc919123d0067a8a9720aeffa Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sun, 24 Jan 2010 18:47:00 +0000 Subject: doc: Add a lot more unsorted stuff from the wiki Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5703 ce84e21b-d406-0410-9b95-82705330c041 --- doc/unsorted/configurationentries.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/unsorted/configurationentries.txt (limited to 'doc/unsorted/configurationentries.txt') diff --git a/doc/unsorted/configurationentries.txt b/doc/unsorted/configurationentries.txt new file mode 100644 index 000000000..0234dc0f0 --- /dev/null +++ b/doc/unsorted/configurationentries.txt @@ -0,0 +1,32 @@ +.. -*- mode: rst -*- + +.. _unsorted-configurationentries: + +===================== +Configuration Entries +===================== + +This page describes the names and semantics of each of the configuration entries used by Bcfg2. + +Common non-POSIX entries +======================== + +|| '''!TagName''' || '''Description''' || '''Attributes''' || +|| Action || Command || name, command, when, timing || +|| Package || Software Packages || name, type, version, url || +|| !PostInstall || !PostInstall command || name || +|| Service || System Services || name, type, status, reload || + +Bcfg2 >= 1.0.0: New unified POSIX entries +========================================= + +In 1.0.0, there are new unified POSIX Path entries which prevent inconsistent configuration specifications of multiple entries for a given path. The following table describes the various types available for new `Path` entries. + +|| '''Type''' || '''Replacement/New''' || '''Description''' || '''Attributes''' || +|| device || New || Create block, character, and fifo devices || name, dev_type (block, char, fifo), owner, group, major/minor (for block or char devices) || +|| directory || Replaces Directory entries || Directories || name, owner, group, perms, prune || +|| file || Replaces !ConfigFile entries || Configuration File || name, owner, group, perms, encoding, empty || +|| hardlink || New || Create hardlinks || name, to || +|| nonexistent (not yet implemented) || New || Specify a path that should not exist || name || +|| permissions || Replaces Permissions entries || Permissions of POSIX entities || name, owner, group, perms || +|| symlink || Replaces !SymLink entries || !SymLinks || name, to || -- cgit v1.2.3-1-g7c22