-
-
Notifications
You must be signed in to change notification settings - Fork 875
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
do not recreate log_dir if it is already a symlink #1490
Conversation
nginx::config is a classthat may have no external impact to Forge modules. This module is declared in 9 of 578 indexed public
|
Hum… I would precisely want the module to replace the symlink with a directory if it existed 🤔… Maybe add a parameter like |
The unit tests take forever to run but maybe it's worth updating them to check this new parameter in |
|
@level-a near line 342 / 352 add the When done, you can combine your commits in a single one (squash): From your working directory:
This will bring your editor. Keep the first line unchanged, and replace Then push your updated branch to update this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I'm missing something here, but why do we have to duplicate the spec on both Debian and RedHat?
Can't we add it to a common place? (for all supported OSes)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull Request (PR) description
do not recreate log_dir if it is already a symlink