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

init.pp: fix broken optional variables #139

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Conversation

bastelfreak
Copy link
Contributor

When the Optional datatype is used, the default value has to be undef. if it's not undef, you cannot pass undef to it to overwrite it. Hence Optional doesn't make any sense here.

When the Optional datatype is used, the default value has to be undef.
if it's not undef, you cannot pass undef to it to overwrite it. Hence
Optional doesn't make any sense here.
@ju5t ju5t merged commit 58115fe into sensson:main Sep 19, 2022
@ju5t
Copy link
Collaborator

ju5t commented Sep 19, 2022

Thanks!

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.

2 participants