23 lines
307 B
ObjectPascal
Raw Normal View History

2010-09-01 18:01:04 -04:00
# Class: apache::php
#
# This class installs PHP for Apache
#
# Parameters:
# - $php_package
#
# Actions:
# - Install Apache PHP package
#
# Requires:
#
# Sample Usage:
#
class apache::php {
2010-11-21 16:34:48 -05:00
include php
# include apache::params
2010-09-01 18:01:04 -04:00
2010-11-21 16:34:48 -05:00
# package { $apache::params::php_package:
# ensure => present,
# }
2010-09-01 18:01:04 -04:00
}