summaryrefslogtreecommitdiff
path: root/manifests/module
AgeCommit message (Collapse)Author
2019-02-14Update default apache2 conf for StretchHEADmasterkwadronaut
2017-02-28add autoindex modulekwadronaut
2015-11-28[bug] use guess_apache_version() to query apache versionvarac
Using $::apache_version won't work because the facts are evaluated before compiling the catalog and with this, before the installation of apache. so on an install from scratch, this fact won't contain anything.
2015-11-24[feat] add apache::module::status and apache::module::negotiationMicah Anderson
2015-11-12[feat] added apache::module::authz_hostvarac
2015-11-12[feat] add a few basic apache modulesvarac
To prevent duplicate declarations of the same apache module, i added one class per module that can get included from multiple places.