Resource Type: php_ini_setting

Defined in:
lib/puppet/type/php_ini_setting.rb
Providers:
ini_setting

Overview

Manage a php.ini setting.

Examples:

Using the type

php_ini_setting { 'PHP/engine':
  value => 'On',
}

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • value

    The value of the setting to define

Parameters

  • name (namevar)

    Section/setting name to manage from php.ini

    Supported values:
    • /\S+\/\S+/