voxpupuli / puppet-augeasproviders_sysctl

Augeas-based sysctl type and provider for Puppet
Apache License 2.0
10 stars 36 forks source link

Only prefetch items in the catalog #52

Closed trevor-vaughan closed 3 years ago

trevor-vaughan commented 3 years ago

Updates prefetch to only pull items that are actually present in the catalog.

Fixes #51

trevor-vaughan commented 3 years ago

@raphink I think I've made this as optimal as it's going to get and still allow puppet resource sysctl to return everything as expected.

trevor-vaughan commented 3 years ago

@raphink Now that this has been verified (and code reviewed) I think we're good to go.

trevor-vaughan commented 3 years ago

@raphink Updated!

trevor-vaughan commented 3 years ago

@raphink Does this look good to you now?