Mercurial > repos > other > Puppet
comparison modules/apache/manifests/python.pp @ 275:d9352a684e62
Mass update of modules to remove deprecation warnings
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Jan 2020 11:36:07 +0000 |
parents | 956e484adc12 |
children | b8d6ada284dd |
comparison
equal
deleted
inserted
replaced
274:b2571c28fc27 | 275:d9352a684e62 |
---|---|
1 # Class: apache::python | 1 # @summary |
2 # | 2 # This class installs Python for Apache |
3 # This class installs Python for Apache | |
4 # | 3 # |
5 # Parameters: | 4 # Parameters: |
6 # - $php_package | 5 # - $php_package |
7 # | 6 # |
8 # Actions: | 7 # Actions: |
10 # | 9 # |
11 # Requires: | 10 # Requires: |
12 # | 11 # |
13 # Sample Usage: | 12 # Sample Usage: |
14 # | 13 # |
14 # @api private | |
15 class apache::python { | 15 class apache::python { |
16 warning('apache::python is deprecated; please use apache::mod::python') | 16 warning('apache::python is deprecated; please use apache::mod::python') |
17 include ::apache::mod::python | 17 include ::apache::mod::python |
18 } | 18 } |