Mercurial > repos > other > Puppet
comparison 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 |
comparison
equal
deleted
inserted
replaced
436:6293839019d0 | 437:b8d6ada284dd |
---|---|
12 # Sample Usage: | 12 # Sample Usage: |
13 # | 13 # |
14 # @api private | 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 } |