summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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
======