Skip to content

Commit 6ffaf6c

Browse files
committed
Add savedsearches.conf to files we can manage
1 parent 8b7f0b7 commit 6ffaf6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/puppet/provider/ini_setting/splunk.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class << self
1212
end
1313

1414
def self.file_path
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)
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)
1717
@file_path
1818
end
1919

0 commit comments

Comments
 (0)