dev/provisioning/modules/apache/manifests/python.pp
author nowmad@23.1.168.192.in-addr.arpa
Fri, 22 Jan 2016 13:29:04 +0100
changeset 99 7a0f42034a25
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
clean console.log

# Class: apache::python
#
# This class installs Python for Apache
#
# Parameters:
# - $php_package
#
# Actions:
#   - Install Apache Python package
#
# Requires:
#
# Sample Usage:
#
class apache::python {
  warning('apache::python is deprecated; please use apache::mod::python')
  include ::apache::mod::python
}