Skip to content

Commit

Permalink
Add extra metadata and a note about compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Gazeley committed Aug 27, 2015
1 parent f4ef09e commit c966438
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ to turn this off as it presents a security risk. Optional, defaults to `On`.

## Limitations

This module was written for use with CentOS 6 and Apache 2.2.
This module was written for use with CentOS 6 and Apache 2.2 and has since
been extended to work with CentOS 7 and Apache 2.4. It should work with
Debian too, but this hasn't been tested. Please let me know how you get on.

## Development

Expand Down
7 changes: 7 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"source": "https://github.com/djjudas21/puppet-mod_auth_cas",
"project_page": "https://github.com/djjudas21/puppet-mod_auth_cas",
"issues_url": "https://github.com/djjudas21/puppet-mod_auth_cas/issues",
"tags": [ "apache", "httpd", "cas", "mod_auth_cas" ],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
}
],
"dependencies": [
{
"name": "puppetlabs/apache",
Expand Down

0 comments on commit c966438

Please sign in to comment.