Puppet Class: apache::php
- Defined in:
- manifests/php.pp
Overview
Class: apache::php
This class installs PHP for Apache
Parameters:
-
$php_package
Actions:
- Install Apache PHP package
Requires:
Sample Usage:
15 16 17 18 |
# File 'manifests/php.pp', line 15
class apache::php {
warning('apache::php is deprecated; please use apache::mod::php')
include ::apache::mod::php
}
|