try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / manifests / php.pp
1 # Class: apache::php
2 #
3 # This class installs PHP for Apache
4 #
5 # Parameters:
6 # - $php_package
7 #
8 # Actions:
9 #   - Install Apache PHP package
10 #
11 # Requires:
12 #
13 # Sample Usage:
14 #
15 class apache::php {
16   warning('apache::php is deprecated; please use apache::mod::php')
17   include ::apache::mod::php
18 }