summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/PkgVars.py
Commit message (Collapse)AuthorAgeFilesLines
* PkgVars: Add support for multiple valuesAlexander Sulfrian2022-01-231-2/+8
| | | | | If multiple values specified for one package all values are joined together in a set.
* PkgVars: Add new plugin to set vars for packagesAlexander Sulfrian2022-01-231-0/+59
This plugins allows the setting of varius flags per package. It should be used f.e. to specify pinnings for debian packages.