puppet-vswitch/releasenotes/notes/parameter-types-7755578432ebad07.yaml
Takashi Kajinami 124238c25b replace validate_legacy with proper data types
the validate_legacy function is marked for deprecation in
v9.0.0 from puppetlabs-stdlib.

This also adds type definitions for all parameters.

Change-Id: I0e68a74bdae6e39ada7707f46e54ec180476c0dc
2023-07-13 12:50:12 +09:00

11 lines
264 B
YAML

---
upgrade:
- |
Now this module implements strict data type validations.
deprecations:
- |
The ``vswitch::dpdk::memory_channels`` parameter now supports string and
integer but string support has been deprecated. Use an integer value
instead.