Open stumyp opened 1 year ago
Hey @stumyp Thanks for taking time in raising the issue.
Your findings are correct about the conflicting files which might not allow installing one package over the other. We do not foresee a user installing boundary and boundary-enterprise in the same system. Do you have a specific situation that requires this ?
Hey @psekar, this is mostly for conflict management and best practice. I just happened to try it locally and saw this error. I can foresee this to be a source of support requests to HashiCorp in the future.
I understand that current template doesn't support Conflicts
field in the linux packaging process and this is not a trivial change.
If you think this is expected and you can always instruct users to use one of these packages explicitly, then feel free to close this issue.
Describe the bug
I see you published new .deb package for
boundary-enterprise
which is great :+1: However, it conflicts withboundary
package, as they have the overlapping files in them.To Reproduce Steps to reproduce the behavior:
boundary
( "apt install boundary")boundary-enterprise
("apt install boundary-enterprise")Expected behavior
Usually this situation is handled by either introducing mutual conflict between the packages. e.g.:
in boundary-enterprise package and
in boundary package
Or use more advanced techniques with dpkg-divert