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