Skip to content

MellonSetEnv #2416

Closed
Closed
@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions