-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider supports prefetch, but puppet resource sysctl does not show any values #35
Comments
@SimonHoenscheid : fyi |
Tbh I never really understood how to make all params/properties show there. The values are stored properly in the |
Analysis:
At the end of instances method we build the result:
But resource_hash is set to What does the |
Ok... So I had a little look at this.
So the getter than gets called has a completely different implementation to fetching values than was used in |
Maybe @domcleal could shed some light on the current implementation ;) I assume there was a good reason for the current strategy, and attempting to 'fix' it, might be complicated/unwise. |
Actually I think @trevor-vaughan might know more. Before #15 |
So, what seems to be going on is that the current provider is missing a couple of features.
|
When using
puppet resource sysctl
no values are shown.Even when specifying the sysctlk setting no values are shown:
The text was updated successfully, but these errors were encountered: