Actions
Bug #16471
closedRemove unused webapp postinst parameters
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
We are always calling the webapp postinst with something like:
/opt/rudder/share/package-scripts/rudder-webapp-postinst "${FIRST_INSTALL}" "%{apache}" "%{apache_user}" "%{apache_group}"
But, apache_user is undefined and rudder-webapp-postinst does not use the user and group args anywhere.
We should remove them if they are not useful.
Actions