Based on this Bolt Github issue. This change is expected to impact all Puppet modules and enable loading scripts from the scripts/ directory of a Puppet module. https://github.com/puppetlabs/bolt/issues/2729
Added a new subdirectory to the Module class `scripts/` which automatically generates the functions `scripts?()`, `scripts()`, and `script()` on the class for retrieving available scripts. This will help in the future standardize on more specific file loading from either the `files` directory or `scripts` directory in a module.