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

Type improvements: allow Boolean and Integer in addition to String where applicable #16

Merged
merged 3 commits into from
Dec 20, 2020

Conversation

kenyon
Copy link
Member

@kenyon kenyon commented Nov 28, 2020

Some of these variables are actually integers or Booleans, but the Puppet data types only allowed String. This patch allows for using Integer or Boolean types where sensible, but still allows String to maintain compatibility for existing users.

You should be able to use integers or Booleans when the values are
indeed integers or Booleans.
@kenyon kenyon changed the title Type improvements Type improvements: allow Boolean and Integer in addition to String where applicable Nov 28, 2020
@bastelfreak bastelfreak added the enhancement New feature or request label Dec 20, 2020
@bastelfreak bastelfreak merged commit 0e2e5cd into voxpupuli:master Dec 20, 2020
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