Skip to content

Commit b7b0e19

Browse files
authored
Merge pull request #5 from bsg-sfrazer/master
Add savedsearches.conf to files we can manage
2 parents 95e871a + 6ffaf6c commit b7b0e19

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)