Puppet Class: apache::php
- Defined in:
- manifests/php.pp
Summary
This class installs PHP for Apache.Overview
Note:
This class is deprecated.
8 9 10 11 |
# File 'manifests/php.pp', line 8
class apache::php {
warning('apache::php is deprecated; please use apache::mod::php')
include ::apache::mod::php
}
|