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 old values for subresources in change display #62

Closed danielparks closed 1 year ago

danielparks commented 1 year ago

When a property changes on a resource, Puppet displays a change message with the old and new values. Previously, the value displayed as “old” was actually just the new values.

This fixes the problem.

It appears that Puppet may expect the collection object to be replaced rather than change.

Fixes #61 — Change messages for subresources don’t show old values