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

Ensure /etc/apache2 exists before trying to create files there #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mhaylock
Copy link

Without this change this plugin can fail to work during a clean run of deploy:cold due to it trying to install xsendfile before apache is installed.

It appears the /etc/apache2 directory doesn't exist until package("apache2-mpm-worker") is installed, so I've added this as a dependency. This is modelled of the way passenger is defined in the main moonshine repo.

It appears these directories don't exist until `package("apache2-mpm-worker")` is installed.
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