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

Fixing apache installation for Ubuntu Saucy (13.10) #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

zealot128
Copy link

On 13.10, the apache conf.d is no more. I added a conditional for that case. That won't handle future Apaches (14.04+), and I didn't know a better way to handle how to set the variables based on the Ansible distribution.
Besides, one has to remove the php5-suhosin package from the php list, but that can be handled by the client.

Thanks for the work!

copy:
src: apache2/security
dest: /etc/apache2/conf-available/security
when: ansible_distribution_release == 'saucy'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would using something like

when ansible_distribution == "Ubuntu" and ansible_lsb.major_release >= 13

Be better?

@EspadaV8
Copy link
Owner

Wow, thanks :-) I didn't have a clue anyone was using this (since I only wrote it for myself)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants