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
When puppet applies two resources of the same type, and the first one fails, but the second one would succeed, the lack of a reset of the context.failed? status in resource_api.rb:388 causes the second resource to fail too.
Expected Behavior
The second resource should be evaluated independently of the first resource's success.
Describe the Bug
When puppet applies two resources of the same type, and the first one fails, but the second one would succeed, the lack of a reset of the context.failed? status in resource_api.rb:388 causes the second resource to fail too.
Expected Behavior
The second resource should be evaluated independently of the first resource's success.
Additional Context
Originally filed as https://tickets.puppetlabs.com/browse/PDK-1134
The text was updated successfully, but these errors were encountered: