summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-02-21 13:34:58 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-02-21 13:34:58 -0600
commitcebc13ad35a2c63ba7cf1374d60a32beaa01f275 (patch)
tree6ed45144e6d9420965f7395b96f6c58f248b2131 /doc
parent1e0c946bb6e6aea51d8fad808ea6638c603c7382 (diff)
downloadbcfg2-cebc13ad35a2c63ba7cf1374d60a32beaa01f275.tar.gz
bcfg2-cebc13ad35a2c63ba7cf1374d60a32beaa01f275.tar.bz2
bcfg2-cebc13ad35a2c63ba7cf1374d60a32beaa01f275.zip
POSIX: Implement recursive attribute for nonexistent Paths
The POSIX client tool now has the ability to recursively remove the contents of a specified directory provided there are no other managed entries under the directory. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/configurationentries.txt2
-rw-r--r--doc/server/plugins/generators/rules.txt19
2 files changed, 12 insertions, 9 deletions
diff --git a/doc/server/configurationentries.txt b/doc/server/configurationentries.txt
index 8741e56f5..6e6ab79f7 100644
--- a/doc/server/configurationentries.txt
+++ b/doc/server/configurationentries.txt
@@ -87,7 +87,7 @@ necessary for the Path type specified.
| | | applies to only | |
| | | YUMng) | |
+-------------+----------------------+-----------------+--------------------------+
-| nonexistent | New | Specify a path | name |
+| nonexistent | New | Specify a path | name, recursive |
| | | that should not | |
| | | exist | |
+-------------+----------------------+-----------------+--------------------------+
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt
index fe60a24fd..c3c4b61c4 100644
--- a/doc/server/plugins/generators/rules.txt
+++ b/doc/server/plugins/generators/rules.txt
@@ -251,14 +251,17 @@ hardlink
nonexistent
^^^^^^^^^^^
-+------+--------------------+-------------+
-| Name | Description | Values |
-+======+====================+=============+
-| name | Name of the | String |
-| | (nonexistent) file | |
-+------+--------------------+-------------+
-| type | Type of file | nonexistent |
-+------+--------------------+-------------+
++-----------+--------------------+-------------+
+| Name | Description | Values |
++===========+====================+=============+
+| name | Name of the | String |
+| | (nonexistent) file | |
++-----------+--------------------+-------------+
+| type | Type of file | nonexistent |
++-----------+--------------------+-------------+
+| recursive | Recursively remove | true |
+| | directory contents | |
++-----------+--------------------+-------------+
permissions
^^^^^^^^^^^