Skip to content

Commit cfd9816

Browse files
authored
Merge pull request #203 from Renelast/fix/202
Fixes #202
2 parents a763bfd + a3fc990 commit cfd9816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/puppet/type/splunk_config.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ def set_provider_paths
119119
:splunkforwarder_props,
120120
:splunkforwarder_transforms,
121121
:splunkforwarder_web,
122-
:splunkforwarder_server
122+
:splunkforwarder_server,
123+
:splunkforwarder_limits
123124
].each do |res_type|
124125
provider_class = Puppet::Type.type(res_type).provider(:ini_setting)
125126
provider_class.file_path = self[:forwarder_confdir]

0 commit comments

Comments
 (0)