Skip to content

Commit 3a8c3da

Browse files
authored
Merge pull request #99 from shadow999/forwarder_install_options_fix
Set `forwarder_install_options` to be `undef` for OS other than Windows.
2 parents a36dac7 + c82ca08 commit 3a8c3da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/params.pp

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
$server_src_subdir = 'splunk/linux'
110110
$server_service = [ 'splunk', 'splunkd', 'splunkweb' ]
111111
$server_confdir = "${server_dir}/etc"
112+
$forwarder_install_options = undef
112113
}
113114
'SunOS': {
114115
$path_delimiter = '/'
@@ -120,6 +121,7 @@
120121
$server_src_subdir = 'splunk/solaris'
121122
$server_service = [ 'splunk', 'splunkd', 'splunkweb' ]
122123
$server_confdir = "${server_dir}/etc"
124+
$forwarder_install_options = undef
123125
}
124126
'Windows': {
125127
$path_delimiter = '\\'

0 commit comments

Comments
 (0)