danielparks / puppet-rustup

Puppet module to manage Rust with rustup
https://forge.puppet.com/modules/dp/rustup/readme
Other
0 stars 0 forks source link

Fix display of changes to subresources #52

Closed danielparks closed 1 year ago

danielparks commented 1 year ago

When a parameter changes, Puppet displays a change message with the old and new values. Switching to the subresource collection classes on the provider broke this display — the old value was displayed as an opaque ruby object.

This restores the change display to show the interior attributes of all subresourcces.