(maint) update "Puppet" to "Puppet, Inc."

... in README.md.
This commit is contained in:
erosa 2016-07-19 22:45:11 +00:00
parent d2d286a0f4
commit bf3c4b6335

View file

@ -7,7 +7,7 @@ vmpooler provides configurable 'pools' of instantly-available (running) virtual
## Usage
At [Puppet](http://puppet.com) we run acceptance tests on thousands of disposable VMs every day. Dynamic cloning of VM templates initially worked fine for this, but added several seconds to each test run and was unable to account for failed clone tasks. By pushing these operations to a backend service, we were able to both speed up tests and eliminate test failures due to underlying infrastructure failures.
At [Puppet, Inc.](http://puppet.com) we run acceptance tests on thousands of disposable VMs every day. Dynamic cloning of VM templates initially worked fine for this, but added several seconds to each test run and was unable to account for failed clone tasks. By pushing these operations to a backend service, we were able to both speed up tests and eliminate test failures due to underlying infrastructure failures.
## Installation