summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-02-14Update default apache2 conf for StretchHEADmasterkwadronaut
2015-11-28[feat] Add guess_apache_version() functionvarac
Try to guess the version of apache to be installed. Certain apache modules depend on each other, so we need to evaluate the apache version before it gets installed. This function decides which apache version is going to be installed based on the `operatingsystemmajrelease` fact.
2015-05-04Return apache_version fact as string instead of arrayJerome Charaoui
2015-05-04Add apache_version fact, copied [1] with author's permission.Jerome Charaoui
[1] https://gist.github.com/apenney/5670147
2009-10-31move plugin directory to fit new 0.25 stylemh