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

Add support for standard licensing in addition to enterprise licensing for EDB repository #619

Closed
Ianvdl opened this issue Feb 19, 2024 · 1 comment

Comments

@Ianvdl
Copy link
Contributor

Ianvdl commented Feb 19, 2024

Good day

Our EDB repo uses the following format:

https://downloads.enterprisedb.com/{{ repo_token }}/standard/setup.{{ 'rpm' if ansible_os_family == 'RedHat' else 'deb' }}.sh

But only the following is currently supported by the existing script in roles/setup_repo/defaults/main.yml:

https://downloads.enterprisedb.com/{{ repo_token }}/enterprise/setup.{{ 'rpm' if ansible_os_family == 'RedHat' else 'deb' }}.sh

Would it be possible to add a method to configure a 'standard' repository instead of the default 'enterprise' repository?

@Ianvdl
Copy link
Contributor Author

Ianvdl commented Mar 27, 2024

With the PR merged yesterday I can close this as resolved.

@Ianvdl Ianvdl closed this as completed Mar 27, 2024
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

No branches or pull requests

1 participant