Sha256: 65c5cea02c284105cca6c2d4518b2cd5dd3e339c90491fdd9089a19d1ba95e0b

Contents?: true

Size: 311 Bytes

Versions: 11

Compression:

Stored size: 311 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/apache/manifests/python.pp
freighthop-0.6.0 modules/apache/manifests/python.pp
freighthop-0.5.2 modules/apache/manifests/python.pp
freighthop-0.5.1 modules/apache/manifests/python.pp
freighthop-0.5.0 modules/apache/manifests/python.pp
freighthop-0.4.1 modules/apache/manifests/python.pp
freighthop-0.4.0 modules/apache/manifests/python.pp
freighthop-0.3.3 modules/apache/manifests/python.pp
freighthop-0.3.2 modules/apache/manifests/python.pp
freighthop-0.3.1 modules/apache/manifests/python.pp
freighthop-0.3.0 modules/apache/manifests/python.pp