-
Notifications
You must be signed in to change notification settings - Fork 283
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
[BUG] apache.vhost.cleanup fails if apache is not yet installed #278
Comments
Yoda-BZH
pushed a commit
to Yoda-BZH/apache-formula
that referenced
this issue
Jun 12, 2020
…before listing it
19 tasks
Thanks for the report, confirmed locally using Kitchen. |
myii
pushed a commit
that referenced
this issue
Jun 21, 2020
Co-authored-by: Tristan Charbonneau <tcharbonneau@oceanet-technology.com> Fix #278
saltstack-formulas-travis
pushed a commit
that referenced
this issue
Jun 21, 2020
## [0.39.5](v0.39.4...v0.39.5) (2020-06-21) ### Bug Fixes * **vhosts/cleanup:** check `sites-enabled` dir exists before listing it ([88373e3](88373e3)), closes [#278](#278) ### Continuous Integration * **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([61b903e](61b903e)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([6895fb9](6895fb9)) * **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([16bb1b0](16bb1b0)) * **travis:** add notifications => zulip [skip ci] ([2417a75](2417a75)) * **workflows/commitlint:** add to repo [skip ci] ([2ce966d](2ce966d))
🎉 This issue has been resolved in version 0.39.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your setup
Formula commit hash / release tag
Using apache and apache.vhost.cleanup on a new machine.
The test https://github.com/saltstack-formulas/apache-formula/blob/master/apache/vhosts/cleanup.sls#L24 fails as apache may not yet be installed.
Using commit id 2417a75
Versions reports (master & minion)
Same for master, syndic and minion
Pillar / config used
apache role (in pillarstack) :
Bug details
Describe the bug
Steps to reproduce the bug
Expected behaviour
cleanup should first test if the directory exists (or apache is installed), or fails silently if the directory is absent.
Attempts to fix the bug
None
Additional context
The text was updated successfully, but these errors were encountered: