(POOLER-140) Fix typo in domain

This commit updates the reference to domain from vmpooler config. Without this change the domain value is read as an empty string and breaks checkouts.
This commit is contained in:
kirby@puppetlabs.com 2019-07-17 14:24:44 -07:00
parent d6e948d34d
commit 7abfb97ab5
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,9 @@ If you're looking for changes from before this, refer to the project's
git logs & PR history.
# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.6.1...master)
### Added
- Validate a machine responds to vm\_ready? at checkout (POOLER-140)
# [0.6.1](https://github.com/puppetlabs/vmpooler/compare/0.6.0...0.6.1)
### Added