Puppet Class: isp3node::php

Defined in:
manifests/php.pp

Summary

Install and configure PHP

Overview

Install and configure the default PHP version on the host applying a defined set of extensions, modules and features

Examples:

include isp3node::php

Parameters:

  • set (Optional[String]) (defaults to: undef)

    Defined config set to apply on the node



9
10
11
12
13
# File 'manifests/php.pp', line 9

class isp3node::php(
  Optional[String] $set = undef,
) {
  class {'isp3node::php::setup': set => $set}
}