summaryrefslogtreecommitdiff
path: root/manifests/module/alias.pp
AgeCommit message (Collapse)Author
2019-02-14Update default apache2 conf for StretchHEADmasterkwadronaut
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-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.