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

(PE-34110) Add ability to inject flags to be passed to configure action #199

Merged

Conversation

nmburgan
Copy link
Contributor

We need the ability to pass flags into the configure action in order to skip the versioned_deploy check (e.g. 'puppet-enterprise-installer -y -- --skip-versioned-deploy-check'). When this is set on the host object or in options, this string containing the flags will be added to the installer command.

We need the ability to pass flags into the configure action in order to skip the versioned_deploy check (e.g. 'puppet-enterprise-installer -y -- --skip-versioned-deploy-check'). When this is set on the host object or in options, this string containing the flags will be added to the installer command.
@nmburgan nmburgan requested a review from a team as a code owner July 28, 2022 18:20
@nmburgan
Copy link
Contributor Author

Tested with a standalone postgres install and setting pe_postgres['configure_flags'] = '--skip-versioned-deploys-check'. Worked as expected.

@nmburgan
Copy link
Contributor Author

nmburgan commented Jul 28, 2022

Tests are failing for the issue noted in voxpupuli/beaker#1747. Logic there needs a bit of tweaking.

@nmburgan
Copy link
Contributor Author

Failing for an inifile thing unrelated to this PR. Going to merge anyway since we need to get CI green.

@nmburgan nmburgan merged commit c49f0f4 into puppetlabs:main Jul 29, 2022
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

Successfully merging this pull request may close these issues.

1 participant