HomePhorge

(PUP-3511) refactor Application.run for reuse
8fb36b76d89dUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3511) refactor Application.run for reuse

Extract a small chunk of code from Puppet::Application.run into its own
method so that it can be reused. This code is currently duplicated in
Puppet Server; the introduction of this new reset_environment_context
method enables the replacement of the duplicated code in Puppet Server
with a call to this method.

Details

Event Timeline

Kevin Corcoran <kevin.corcoran@puppetlabs.com> committed rPU8fb36b76d89d: (PUP-3511) refactor Application.run for reuse (authored by Kevin Corcoran <kevin.corcoran@puppetlabs.com>).Nov 11 2014, 1:35 AM