dev/provisioning/modules/apache/manifests/python.pp
author ymh <ymh.work@gmail.com>
Mon, 28 Nov 2016 23:11:54 +0100
changeset 453 1059a7ae018a
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
correct notice stand alone display

# 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
}