summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/configurationentries.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-02-12 14:53:29 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-02-12 14:53:29 +0000
commitf14d32e1e370ce47a9ef5a2b8dad8ae5ee630eb1 (patch)
tree3f9886947edca92026974b4feced259cf9fe42dc /doc/unsorted/configurationentries.txt
parentb3e7abd6a6f7c013217fde91d58ee32a31c89678 (diff)
downloadbcfg2-f14d32e1e370ce47a9ef5a2b8dad8ae5ee630eb1.tar.gz
bcfg2-f14d32e1e370ce47a9ef5a2b8dad8ae5ee630eb1.tar.bz2
bcfg2-f14d32e1e370ce47a9ef5a2b8dad8ae5ee630eb1.zip
doc: Clean up more documentation
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5721 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/unsorted/configurationentries.txt')
-rw-r--r--doc/unsorted/configurationentries.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/unsorted/configurationentries.txt b/doc/unsorted/configurationentries.txt
deleted file mode 100644
index a841d56c1..000000000
--- a/doc/unsorted/configurationentries.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-.. -*- 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 || 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 ||