puppet-vswitch/releasenotes/notes/vs_config-allow-integer-and-boolean-20f9aec5951b35f8.yaml
Takashi Kajinami becab37c5e vs_config: Accept integer and boolean for value
Some parameters like vlan_limit or hw-offload expect integer values
and boolean values. However current vs_config accepts only strings
and we need to convert integer or boolena to string in manifests
explicitly.

This change makes vs_config accept integers and booleans so that
we can use more "native" types to define values.

Change-Id: I6f1dfd33cc85d84a53e346f45359ce382e5fda26
2022-01-05 22:58:44 +09:00

6 lines
136 B
YAML

---
features:
- |
Now the ``value`` property of the ``vs_config`` resource accepts Integer
and Boolean in addition to String.