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
suggesting the resources were applied successfully.
The net.bridge.bridge-nf-call-iptables key is loaded in with the br_netfilter kernel module. However, it appears the resource provider does not reflect this new key as the cache was populated before the loading of the kernel module.
Is it possible to manually force the cache to repopulate?
The text was updated successfully, but these errors were encountered:
emersonford
changed the title
Caching sysctl keys produces unexpected behaviors?
Caching sysctl keys produces unexpected behaviors
Apr 15, 2020
My understanding is that this resource will prefetch all of the sysctl keys, store these in a cache, then use that cache to validate sysctl resources.
This causes some unexpected behaviors when loading kernel modules. In particular, I have the following Puppet code:
Class 1:
Class 2:
Where Class 1 is executed before Class 2.
When applied, I receive the following error:
If I run
modprobe br_netfilter
before Puppet agent applies the catalog (or rerunpuppet agent -t
after receiving the error), I seesuggesting the resources were applied successfully.
The
net.bridge.bridge-nf-call-iptables
key is loaded in with thebr_netfilter
kernel module. However, it appears the resource provider does not reflect this new key as the cache was populated before the loading of the kernel module.Is it possible to manually force the cache to repopulate?
The text was updated successfully, but these errors were encountered: