danielparks / puppet-rustup

Puppet module to manage Rust with rustup
https://forge.puppet.com/modules/dp/rustup/readme
Other
0 stars 0 forks source link

Switch back to require_relative #36

Closed danielparks closed 1 year ago

danielparks commented 2 years ago

Apparently using require within a Puppet module can violate environment isolation, since the puppetserver might search in other environments (or possibly not search at all if it’s cached) for the relevant files.

This doesn’t change file in spec, since those aren’t used within the puppetserver process.

Fixes #35