Actions
Bug #29505
closedUsing Stdlib data types breaks Variant
Status:
Duplicate
Priority:
Normal
Assignee:
-
Description
In Kafo 4.1.0 enabling puppetlabs/stdlib data types (e.g. Stdlib::IP::Address::V4) seems to break the Variant data type, right after the scenario selection:
[FATAL 2020-04-08T16:55:55 fatal] Unable to continue because of: data type not recognized Variant[
This happens consistently in our puppetmaster-installer. If I get rid of the stdlib data types the installer starts working again.
Disabling the three Variant-type parameters in our own Puppet manifests does not help, apparently because Kafo fails due to Variant[ in some dependency Puppet module.
Any ideas if this is a bug or a feature, or if we're missing some config?
Software versions:
- kafo (4.1.0)
- kafo_parsers (1.1.0)
- kafo_wizards (0.0.1)
- Puppet 6.14.0 from puppetlabs debian package
Actions