Resource Type: apache_setenv

Defined in:
lib/puppet/type/apache_setenv.rb
Providers:
augeas

Overview

Manages SetEnv entries in a Apache config

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • value

    The value to set it to

Parameters

  • name (namevar)

    The variable name to set

  • provider

    The specific backend to use for this ‘apache_setenv` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • target

    The config file to use