Skip to content

Commit

Permalink
Merge pull request #728 from mhaskel/readme-update
Browse files Browse the repository at this point in the history
Add notes in README about untested functionality for RHEL5 and RHEL7.
  • Loading branch information
Ashley Penney committed May 12, 2014
2 parents c6aa70a + 204038e commit fc96087
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,14 @@ The Apache module relies heavily on templates to enable the `vhost` and `apache:

The `apache::vhost::WSGIImportScript` parameter creates a statement inside the VirtualHost which is unsupported on older versions of Apache, causing this to fail. This will be remedied in a future refactoring.

###RHEL/CentOS 5

The `apache::mod::passenger` and `apache::mod::proxy_html` classes are untested since repositories are missing compatible packages.

###RHEL/CentOS 7

The `apache::mod::passenger` class is untested as the repository does not have packages for EL7 yet. The fact that passenger packages aren't available also makes us unable to test the `rack_base_uri` parameter in `apache::vhost`.

###General

This module is CI tested on Centos 5 & 6, Ubuntu 12.04 & 14.04, Debian 7, and RHEL 5, 6 & 7 platforms against both the OSS and Enterprise version of Puppet.
Expand Down

0 comments on commit fc96087

Please sign in to comment.