summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-04-18 23:19:04 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2015-04-18 23:19:04 +0200
commit79838c23f2d9b2615c11fa460ed972ad6833c6fd (patch)
treec53545187106d687be56b1761ed5608376bc71a7 /doc
parent04c357d9bba17696af0ce47bd20c4898527b6ca2 (diff)
downloadbcfg2-79838c23f2d9b2615c11fa460ed972ad6833c6fd.tar.gz
bcfg2-79838c23f2d9b2615c11fa460ed972ad6833c6fd.tar.bz2
bcfg2-79838c23f2d9b2615c11fa460ed972ad6833c6fd.zip
Server: Ignore directories containing a .bcfg2-ignore file
The DirectoryBacked helper now does not recurse into directories that contains a .bcfg2-ignore file. This makes it possible to ignore some directories for most plugins (Bundler, Defaults, Pkgmgr, Properties, PuppetENC, TemplateHelper, Trigger). You can store for example a python module used by a TemplateHelper in the same directory, without getting strange error messages while TemplateHelper is trying to import each single file of this module.
Diffstat (limited to 'doc')
-rw-r--r--doc/releases/1.4.0pre2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/releases/1.4.0pre2.txt b/doc/releases/1.4.0pre2.txt
index a5c10777a..8acbda8a7 100644
--- a/doc/releases/1.4.0pre2.txt
+++ b/doc/releases/1.4.0pre2.txt
@@ -31,6 +31,9 @@ backwards-incompatible user-facing changes
This fixes potentially long client runs when comparing files that have
diverged significantly.
+* Ignore directories containing a .bcfg2-ignore file in various plugins
+ (Bundler, Defaults, Pkgmgr, Properties, PuppetENC, TemplateHelper, Trigger).
+
Thanks
------