Description
Use provider property accessors in the Cron type
- Author: Charlie Sharpsteen <source@sharpsteen.net>
- Company: Puppet Labs
- Github ID: Sharpie
- Pull Request 2425 Discussion
- Pull Request 2425 File Diff
Pull Request Description
ParsedFiles is the only provider which actually creates an accessor to expose
the internal `@property_hash` of provider instances. This patch replaces
uses of `property_hash` in the Cron type with the `target` accessor method that
providers define for the `target` property.
(webhooks-id: d6f005c31ab47358ea0f3ef7cd886e35)