summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-11-25 17:56:16 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-11-25 17:57:04 +0100
commitd4ae5e04739d9a8e0732dd35ee28c14b0ff96957 (patch)
treeef161f9a56426122f547794010ef34ae40b4a2cd /doc
parent84b180e2fddcb5563adca33ed6feb3fd991dfde2 (diff)
downloadbcfg2-d4ae5e04739d9a8e0732dd35ee28c14b0ff96957.tar.gz
bcfg2-d4ae5e04739d9a8e0732dd35ee28c14b0ff96957.tar.bz2
bcfg2-d4ae5e04739d9a8e0732dd35ee28c14b0ff96957.zip
Bundler: modification is now the boolean inherit_modification
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/structures/bundler/index.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt
index e6a9cf345..e8f609e09 100644
--- a/doc/server/plugins/structures/bundler/index.txt
+++ b/doc/server/plugins/structures/bundler/index.txt
@@ -164,7 +164,8 @@ RequiredBundle tag that adds another bundle by name, e.g.:
The dependent bundle is added to the list of bundles sent to the
client, *not* to the parent bundle itself. If you want to propagate
the modification flag from the required bundle, you can add
-``modification="inherit"`` to the RequiredBundle tag. An example:
+``inherit_modification="true"`` to the RequiredBundle tag.
+An example:
``nfs-client.xml``:
@@ -193,13 +194,13 @@ the modification flag from the required bundle, you can add
If a new ``nfs-utils`` package was installed, the ``nfslock``,
``rpcbind``, and ``nfs`` services would be restarted, but *not* the
-``autofs`` service. If you would add ``modification="inherit`` to
-the RequiredBundle tag, you would ensure the propagation of the
+``autofs`` service. If you would add ``inherit_modification="true"``
+to the RequiredBundle tag, you would ensure the propagation of the
modification flag and the ``autofs`` service would be restarted,
too. But if a new ``/etc/auto.misc`` file was sent out, *only* the
``autofs`` service would be restarted, but the ``nfslock``,
``rpcbind``, and ``nfs`` services would not be restarted
-(independent of the ``modification`` flag).
+(independent of the ``inherit_modification`` flag).
Altsrc
======