Skip to content

Commit

Permalink
Merge pull request #203 from Renelast/fix/202
Browse files Browse the repository at this point in the history
Fixes #202
  • Loading branch information
bastelfreak authored Oct 19, 2018
2 parents a763bfd + a3fc990 commit cfd9816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/puppet/type/splunk_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ def set_provider_paths
:splunkforwarder_props,
:splunkforwarder_transforms,
:splunkforwarder_web,
:splunkforwarder_server
:splunkforwarder_server,
:splunkforwarder_limits
].each do |res_type|
provider_class = Puppet::Type.type(res_type).provider(:ini_setting)
provider_class.file_path = self[:forwarder_confdir]
Expand Down

0 comments on commit cfd9816

Please sign in to comment.