view modules/apache/manifests/python.pp @ 437:b8d6ada284dd

Update Apache module to latest version Also converted some params to ints to match
author IBBoard <dev@ibboard.co.uk>
date Sun, 14 Aug 2022 11:30:13 +0100
parents d9352a684e62
children
line wrap: on
line source

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