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

Fix incorrect task name in install plan #83

Merged
merged 1 commit into from Mar 31, 2020
Merged

Conversation

logicminds
Copy link
Contributor

  • previously the install plan fails because the
    insert_csr_extension was recently renamed and not updated.

    Additionally, the parameter name changed and was also updated
    in this commit which is required to complete the install.

Please verify the install.sh task usage is correct because I don't understand how it should be used.

  * previously the install plan fails because the
    insert_csr_extension was recently renamed and not updated.

    Additionally, the parameter name changed and was also updated
    in this commit which is required to complete the install.
run_plan('peadm::util::insert_csr_extensions', $master_target,
extensions => {
run_plan('peadm::util::insert_csr_extension_requests', $master_target,
extension_requests => {
peadm::oid('peadm_role') => 'puppet/master',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these parameters here correct? @reidmv

@reidmv reidmv merged commit 763b877 into puppetlabs:master Mar 31, 2020
@logicminds logicminds deleted the csr_fix branch June 29, 2020 19:28
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.

None yet

2 participants