Actions
Feature #14500
closedSupport Puppet 4 data types
Difficulty:
Triaged:
Description
Puppet 4's DSL supports more complex data types in an aim to obsolete the use of validation functions and provide earlier indication of invalid data, which matches what Kafo's trying to do by calling validations itself.
Using puppet-strings (#7848) will let us extract the signature (the data type, e.g. Array[String]
) where specified, which could be stored in the existing 'type' data returned from kafo_parsers to kafo. Existing string/int/bool etc. Kafo data types could later be converted into the Puppet 4 types trivially.
Updated by Dominic Cleal over 8 years ago
- Related to Feature #7848: YARD / Puppet Strings support added
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/kafo/pull/162 added
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/kafo_parsers/pull/23 added
Updated by Dominic Cleal about 8 years ago
- Related to Feature #16421: Support validate_legacy stdlib validation function added
Updated by Dominic Cleal about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 702a185bea87fe08a28b287057820a2a85a6f977.
Updated by The Foreman Bot about 8 years ago
- Pull request https://github.com/theforeman/kafo/pull/179 added
Actions