You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this has anything to do with the kernel_parameter resource type actually. As far as I know, notify resources are executed every time and do not support subscribing to other resources.
You might want to use an exec resource with refreshonly set to true instead.
I am currently using augeasproviders_grub version 3.0.1 with Puppet master version 2018.1.2 and agent version 5.5.3.
I have a notify resource that subscribes to a kernel_parameter resource as below:
The notify occurs every time that puppet runs instead of whenever there is a change to the kernel_parameter. Is that intentional?
The text was updated successfully, but these errors were encountered: