author | ymh <ymh.work@gmail.com> |
Fri, 15 Jan 2016 15:35:00 +0100 | |
changeset 28 | b0b56e0f8c7f |
permissions | -rw-r--r-- |
28 | 1 |
# Class: apache::python |
2 |
# |
|
3 |
# This class installs Python for Apache |
|
4 |
# |
|
5 |
# Parameters: |
|
6 |
# - $php_package |
|
7 |
# |
|
8 |
# Actions: |
|
9 |
# - Install Apache Python package |
|
10 |
# |
|
11 |
# Requires: |
|
12 |
# |
|
13 |
# Sample Usage: |
|
14 |
# |
|
15 |
class apache::python { |
|
16 |
warning('apache::python is deprecated; please use apache::mod::python') |
|
17 |
include ::apache::mod::python |
|
18 |
} |