Closed

Description
Use Case
Currently we have forked this module to include MellonSetEnv since it's not done natively within this module
Describe the Solution You Would Like
I would like MellonSetEnv to be added so that we can upgrade the module with ease without having to keep merging in MellonSetEnv
Additional Context
We currently have a forked version where we have the following added to https://github.com/puppetlabs/puppetlabs-apache/blob/main/templates/vhost/_directories.erb#L431
As far as I know this isn't something custom to us and that other users may want to use this feature.
<%- if directory['mellon_set_env'] -%>
<%- directory['mellon_set_env'].each do |key, value| -%>
MellonSetEnv "<%= key %>" "<%= value %>"
<%- end -%>
<%- end -%>
Thanks
Ian