Skip to content

Simplify ssl_*_file helper functions#87

Merged
smortex merged 1 commit intomainfrom
ssl
Apr 23, 2026
Merged

Simplify ssl_*_file helper functions#87
smortex merged 1 commit intomainfrom
ssl

Conversation

@neomilium
Copy link
Copy Markdown
Member

@neomilium neomilium commented Apr 23, 2026

Collapse each function to its return expression, declare the explicit
>> String return type, and drop the temporary variables (one of which
was named after a different function). Also fix the "cerificate" typo in the @return docstrings.

No behaviour change: the assignment form was already returning the correct value by accident, because Puppet takes the last expression as the function result.

Collapse each function to its return expression, declare the explicit
>> String return type, and drop the temporary variables (one of which
was named after a different function). Also fix the "cerificate" typo
in the @return docstrings.

No behaviour change: the assignment form was already returning the
correct value by accident, because Puppet takes the last expression
as the function result.

Made-with: Cursor
@neomilium neomilium requested review from a team as code owners April 23, 2026 20:59
@smortex smortex added skip-changelog Excluded from CHANGELOG labels Apr 23, 2026
@smortex smortex merged commit 88d3cae into main Apr 23, 2026
9 checks passed
@smortex smortex deleted the ssl branch April 23, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Excluded from CHANGELOG

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants