puppetlabs / puppetserver

Server automation framework and application
https://tickets.puppetlabs.com/browse/SERVER
Apache License 2.0
292 stars 235 forks source link

(SERVER-3051) Pass cwd through to ShellUtils #2854

Closed joshcooper closed 3 months ago

joshcooper commented 3 months ago

If a cwd option is passed in Puppet::Util::Execution.execute, then pass it through to ShellUtils.executeCommand.

joshcooper commented 3 months ago

@jonathannewman could you review?