You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The foreman_config_entry type only supports scalar values. Rather amazingly, it seems that it is possible to set an "array" of values if passed a stringified JSON array. However, this appears to not be idempotent:
The
foreman_config_entry
type only supports scalar values. Rather amazingly, it seems that it is possible to set an "array" of values if passed a stringified JSON array. However, this appears to not be idempotent:It would be more convenient if the
foreman_config_entry
type directly supported array values.The text was updated successfully, but these errors were encountered: