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
Copy file name to clipboardExpand all lines: lib/puppet/provider/ini_setting/splunk.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ class << self
12
12
end
13
13
14
14
defself.file_path
15
-
raisePuppet::Error,'file_path must be set with splunkenterprise_config or splunkforwarder_config type before provider can be used'if@file_path.nil?
16
-
raisePuppet::Error,'Child provider class does not support a file_name method'unlessrespond_to?(:file_name)
15
+
# raise Puppet::Error, 'file_path must be set with splunkenterprise_config or splunkforwarder_config type before provider can be used' if @file_path.nil?
16
+
# raise Puppet::Error, 'Child provider class does not support a file_name method' unless respond_to?(:file_name)
0 commit comments