Mercurial > repos > other > Puppet
view modules/apache/manifests/python.pp @ 105:e50dab7495d7 puppet-3.6
Make sure that we're always setting HSTS headers, even when cannonicalising domains
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 23 Apr 2016 16:28:47 +0100 |
parents | 956e484adc12 |
children | d9352a684e62 |
line wrap: on
line source
# 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 }