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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 5.5.3
Ruby: N/A
Distribution: N/A
Module version: v7.2.1
How to reproduce (e.g Puppet code you use)
Define a splunkforwarder_limits resource anywhere.
What are you seeing
Error: /Stage[main]/Profile_universalforwarder::Config/Splunkforwarder_limits[inputproc max_fd]: Could not evaluate: file_path must be set with splunk_config type before provider can be used
What behaviour did you expect instead
No error
Output log
Error: /Stage[main]/Profile_universalforwarder::Config/Splunkforwarder_limits[inputproc max_fd]: Could not evaluate: file_path must be set with splunk_config type before provider can be used
Any additional information you'd like to impart
Any other splunkforwarder_* resource is fine.
splunkforwarder_limits seems to be missing from the set_provider_paths function in type/splunk_config.rb around line 115.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Define a splunkforwarder_limits resource anywhere.
What are you seeing
Error: /Stage[main]/Profile_universalforwarder::Config/Splunkforwarder_limits[inputproc max_fd]: Could not evaluate: file_path must be set with splunk_config type before provider can be used
What behaviour did you expect instead
No error
Output log
Error: /Stage[main]/Profile_universalforwarder::Config/Splunkforwarder_limits[inputproc max_fd]: Could not evaluate: file_path must be set with splunk_config type before provider can be used
Any additional information you'd like to impart
Any other splunkforwarder_* resource is fine.
splunkforwarder_limits seems to be missing from the set_provider_paths function in type/splunk_config.rb around line 115.
The text was updated successfully, but these errors were encountered: