summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-07-07 10:19:52 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-07-07 10:19:52 -0500
commit2d299d9132d7288d228f5a52413f9e28dd889ece (patch)
tree503b6f76a18d01e339211ca82a9b98e627020c3c
parent78fdb58c5fd0238ad331adca1707ce39ed50469b (diff)
downloadbcfg2-2d299d9132d7288d228f5a52413f9e28dd889ece.tar.gz
bcfg2-2d299d9132d7288d228f5a52413f9e28dd889ece.tar.bz2
bcfg2-2d299d9132d7288d228f5a52413f9e28dd889ece.zip
doc: Add information about processing pending updates
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--doc/server/plugins/structures/bundler/index.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt
index 5ca53b010..ad0c0c7f1 100644
--- a/doc/server/plugins/structures/bundler/index.txt
+++ b/doc/server/plugins/structures/bundler/index.txt
@@ -183,6 +183,11 @@ first invoking ``bcfg2-info debug``, then run::
``path`` needs to be the full path to the template file on the
filesystem, not just within the Bcfg2 repo.
+If you are making changes to your template and you want to tell your
+filemonitor to process any pending changes, you can do the following::
+
+ self.fam.handle_events_in_interval(0.1)
+
Altsrc
======