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

Fixing parameters of creating ssl objects #2

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

fbrehm
Copy link

@fbrehm fbrehm commented Jan 28, 2021

The 'ssl_pkey' and 'x509_cert' resource in manifests/instance.pp (if a self signed certificate should be created) should be crated with the parameter 'name', but this is wrong and leads to puppet errors. This parameter has to be 'path' instead.

I have tested these change, and it worked very well.

Cheers Frank

@fraenki fraenki self-assigned this Oct 5, 2022
@fraenki fraenki added the enhancement New feature or request label Oct 5, 2022
@fraenki
Copy link
Member

fraenki commented Oct 7, 2022

First of all, sorry for replying so late.

I've never had a single error regarding this parameter and the (revived) acceptance tests work perfectly fine too. However, there's nothing wrong with changing this, so I'll merge it.

@fraenki fraenki merged commit 97b206f into markt-de:master Oct 7, 2022
@fraenki
Copy link
Member

fraenki commented Oct 7, 2022

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants