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

fix modules/suse_apache missing apache2ctl #623

Open
wants to merge 1 commit into
base: openSUSE/release/3006.0
Choose a base branch
from

Conversation

M0ses
Copy link

@M0ses M0ses commented Feb 5, 2024

The suse_apache module is checking if apache2ctl is present at the minion. This check fails on current openSUSE Factory because apache2ctl was renamed to apachectl.

apache2ctl isn't execute in the suse_apache module at all.

What does this PR do?

With this patch the suse_apache module checks for the two really used excecutables (a2enmod/a2dismod)

What issues does this PR fix or reference?

Fixes: NONE

Previous Behavior

enabling/disabling modules failed

Commits signed with GPG?

Yes

The suse_apache module is checking if `apache2ctl` is present at the
minion. This check fails on current openSUSE Factory because apache2ctl
was renamed to apachectl.

`apache2ctl` isn't execute in the suse_apache module at all.

With this patch the suse_apache module checks for the two really used
excecutables (`a2enmod`/`a2dismod`)
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.

1 participant