summaryrefslogtreecommitdiffstats
path: root/doc/releases/1.4.0pre2.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'add-directory-ignore'Alexander Sulfrian2022-01-161-0/+3
|\
| * Server: Ignore directories containing a .bcfg2-ignore fileAlexander Sulfrian2015-04-181-0/+3
| | | | | | | | | | | | | | | | | | | | 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.
* | doc: Fix release notes to point to new download locationHEADmasterSol Jerome2015-11-131-1/+1
| | | | | | | | | | | | | | We are moving away from ANL hosting since we no longer have anyone there who is involved in managing the project. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'rules-replace_name' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-09-011-0/+1
|\ \
| * | Rules: New options replace_name to replace %{name} in attributesAlexander Sulfrian2015-08-261-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | If you use the regex feature of Rules/Defaults you may need the real name of the matched entry in an attribute (for example home of POSIXUser). You can now enable replace_name for rules or defaults and %{name} will be replaces in the attribues of the Element before adding them to the target entry. This allows you to write something like that in Defaults to assing a default home directory somewhere else to all users with unset home: <POSIXUser name='.*' home='/somewhere/%{name}'/>
* | Ldap: Complete renew of the Ldap pluginAlexander Sulfrian2015-07-241-0/+9
| |
* | Options/Types: Fix database OPTIONS parsingAlexander Sulfrian2015-07-231-0/+5
|/ | | | | | | | This is mostly from 257eb0c17 and 16d3e04cb to allow for setting arbitrary database options since some settings require nested dictionaries, etc. This got lost during merge from maint into master because of the completely different Options parsing.
* Add homebrew package managementJimmy Tang2015-02-181-0/+1
| | | | Signed-off-by: Jimmy Tang <jcftang@gmail.com>
* NagiosGen: Add bundles to configurationSol Jerome2014-11-261-0/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add 1.4.0pre2 release notesSol Jerome2014-10-151-0/+37
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>