Puppet Class: php::apache2
- Defined in:
- manifests/apache2.pp
Overview
1 2 3 4 5 6 |
# File 'manifests/apache2.pp', line 1
class php::apache2($apache2_ini_content = undef, $apache2_ini_source = undef) {
require apache
include php, php::apache2::install, php::apache2::config
Class["php::config"] ~> Service["apache"]
}
|