mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(POOLER-157) Add extra_config option to vmpooler
This commit adds the extra_config option to vmpooler to allow specifying additional configuration files to load from. Without this change vmpooler does not offer a mechanism to provide additional configuration files for the application.
This commit is contained in:
parent
dfa2f8620a
commit
8bb89b604d
5 changed files with 27 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -13,19 +13,19 @@ git logs & PR history.
|
|||
|
||||
## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.3...master)
|
||||
|
||||
### Added
|
||||
|
||||
- Option to provide path to additional configuration files (POOLER-157)
|
||||
|
||||
## [0.10.3](https://github.com/puppetlabs/vmpooler/compare/0.10.2...0.10.3)
|
||||
|
||||
- Fix Redis update during migration to better reflect actual state (POOLER-154)
|
||||
- Update Rubocop config, now we can actually see all the failing cops
|
||||
|
||||
## [0.10.2](https://github.com/puppetlabs/vmpooler/compare/0.10.1...0.10.2)
|
||||
- Version bump (no code changes)
|
||||
|
||||
## [0.10.1](https://github.com/puppetlabs/vmpooler/compare/0.10.0...0.10.1)
|
||||
|
||||
- No changes, version bump only
|
||||
|
||||
## [0.10.0](https://github.com/puppetlabs/vmpooler/compare/0.9.1...0.10.0)
|
||||
## [0.10.2](https://github.com/puppetlabs/vmpooler/compare/0.9.1...0.10.2)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue