Mercurial > repos > other > Puppet
view 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 |
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 }