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
... instead of raising Puppet::PreformattedError(Evaluation Error: Error while evaluating a Function Call, undefined method `key?' for [{"name"=>"somegroup", "targets"=>[{"alias"=>"somealias", "name"=>"somename", "uri"=>"some.uri"}]}]:Array
Expected Behavior
Print a clear error that the inventory structure is invalid
The text was updated successfully, but these errors were encountered:
Describe the Bug
Same as #2430 but for unit tests. Accidentally loaded an inventory yaml file without a
groups
key:running a unit test using it returns
Expected Behavior
Print a clear error that the inventory structure is invalid
The text was updated successfully, but these errors were encountered: