summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-21 11:18:14 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-11-21 11:18:14 -0500
commit1275ae79e555dbb81eeb90275350694445fa04c2 (patch)
tree894ec0d29c2a37508cf8004a3e315c40e95802b7 /doc
parent1701d9ec63fc1197a49384cc3341525bdff8d840 (diff)
downloadbcfg2-1275ae79e555dbb81eeb90275350694445fa04c2.tar.gz
bcfg2-1275ae79e555dbb81eeb90275350694445fa04c2.tar.bz2
bcfg2-1275ae79e555dbb81eeb90275350694445fa04c2.zip
documented "recursive" attr of permissions Path entries
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/rules.txt26
1 files changed, 14 insertions, 12 deletions
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt
index 079911238..542b38f01 100644
--- a/doc/server/plugins/generators/rules.txt
+++ b/doc/server/plugins/generators/rules.txt
@@ -300,24 +300,26 @@ nonexistent
+===========+====================+=============+
| type | Type of file | nonexistent |
+-----------+--------------------+-------------+
-| recursive | Recursively remove | true |
+| recursive | Recursively remove | Boolean |
| | directory contents | |
+-----------+--------------------+-------------+
permissions
^^^^^^^^^^^
-+-----------+--------------------------+--------+
-| Name | Description | Values |
-+===========+==========================+========+
-| mode | Mode of the file. | String |
-+-----------+--------------------------+--------+
-| owner | Owner of the file. | String |
-+-----------+--------------------------+--------+
-| group | Group of the file. | String |
-+-----------+--------------------------+--------+
-| secontext | SELinux context | String |
-+-----------+--------------------------+--------+
++-----------+-----------------------------+---------+
+| Name | Description | Values |
++===========+=============================+=========+
+| mode | Mode of the file | String |
++-----------+-----------------------------+---------+
+| owner | Owner of the file | String |
++-----------+-----------------------------+---------+
+| group | Group of the file | String |
++-----------+-----------------------------+---------+
+| secontext | SELinux context | String |
++-----------+-----------------------------+---------+
+| recursive | Recursively set permissions | Boolean |
++-----------+-----------------------------+---------+
symlink
^^^^^^^