Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #2545 : correct the description about compatibility of Apache2 #31

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions policies/applications/apacheServer/1.0/policy.xml
Expand Up @@ -31,8 +31,8 @@ It then adds apache to the boot init scripts if not already set to start on boot
Configuration will create a rudder vhost file.
</DESCRIPTION>
<COMPATIBLE>
<OS version=">= 4 (Etch)">Debian</OS>
<OS version=">= 4 (Nahant)">RHEL / CentOS</OS>
<OS version=">= 5 (Lenny)">Debian</OS>
<OS version=">= 5 (Tikanga)">RHEL / CentOS</OS>
<OS version=">= 11 SP1 (Celadon)">SuSE LES / DES / OpenSuSE</OS>
<AGENT version=">= 3.1.5">cfengine-community</AGENT>
</COMPATIBLE>
Expand Down