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

Add missing datatypes to all parameters #679

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

bastelfreak
Copy link
Member

It's a bit tricky to figure out valid datatypes for the existing parameters. But by just setting them to Optional, it enables us to enforce types via puppet-lint, which ensures that all new parameters have datatypes.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

It's a bit tricky to figure out valid datatypes for the existing
parameters. But by just setting them to `Optional`, it enables us to
enforce types via puppet-lint, which ensures that all new parameters
have datatypes.
@bastelfreak bastelfreak merged commit 99483f7 into voxpupuli:master Oct 30, 2024
30 checks passed
@bastelfreak bastelfreak deleted the foo4 branch October 30, 2024 10:43
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