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

BREAKING: replace validate_integer with datatype & drop puppet3 support #220

Merged
merged 1 commit into from
Mar 23, 2017

Conversation

bastelfreak
Copy link
Member

No description provided.

$family = undef,
$onboot = undef,
$hotplug = undef,
Optional[Integer[42, 65536]] $mtu = undef,
Copy link

@mwhahaha mwhahaha Mar 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than being backwards incompatible, why not Variant[Integer[42,65536], String, Undef] and if $mtu =~ String { warning('$mtu should be an integer and will change in future releases') }

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@rnelson0 rnelson0 merged commit fa7b162 into voxpupuli:master Mar 23, 2017
@bastelfreak bastelfreak deleted the puppet4 branch March 23, 2017 21:51
@bastelfreak bastelfreak changed the title replace validate_integer with datatype replace validate_integer with datatype & drop puppet3 support Jul 4, 2017
@alexjfisher alexjfisher changed the title replace validate_integer with datatype & drop puppet3 support BREAKING: replace validate_integer with datatype & drop puppet3 support Jul 4, 2017
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.

3 participants