Puppet Class: php

Defined in:
manifests/init.pp

Overview

Parameters:

  • cli_ini_content (Any) (defaults to: undef)
  • cli_ini_source (Any) (defaults to: undef)


1
2
3
# File 'manifests/init.pp', line 1

class php($cli_ini_content = undef, $cli_ini_source = undef) {
    include php::params, php::install, php::config
}