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
Error: undefined method `gsub' for nil:NilClass
Error: /Stage[main]/Profile::Postgres::Kernel/Sysctl[net.core.rmem_max]/value: change from to 16777216 failed: undefined method `gsub' for nil:NilClass
This failure appears in type/sysctl.rb in the equal method, which in turn is called from the insync? method. The parameter is will be nil if there are multiple declarations of a value in sysctl.conf. Unfortunately it's not clear to me how this particular value is populated, so my debugging has come to its end.
The text was updated successfully, but these errors were encountered:
Puppet run results in the following errors:
This failure appears in type/sysctl.rb in the
equal
method, which in turn is called from theinsync?
method. The parameteris
will be nil if there are multiple declarations of a value in sysctl.conf. Unfortunately it's not clear to me how this particular value is populated, so my debugging has come to its end.The text was updated successfully, but these errors were encountered: