Actions
Bug #21398
closedStruct handling broken
Status:
Closed
Priority:
Normal
Assignee:
-
Description
From https://github.com/theforeman/puppet-foreman/pull/601
If you use a complex struct as follows it breaks:
type Foreman::Column_view_column = Struct[ { title => String[1], after => String[1], content => String[1], Optional['conditional'] => String[1], Optional['eval_content'] => String[1], Optional['view'] => String[1], Optional['width'] => String[1], Optional['custom_method'] => String[1], } ]
This breaks with:
manifests/plugin/column_view.pp parameter columns: data type not recognized Struct [
Moving it all to a single line doesn't appear to help either.
Actions