We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 267d9f5 + 11c1482 commit 572d7e8Copy full SHA for 572d7e8
manifests/params.pp
@@ -88,7 +88,7 @@
88
89
90
if $::osfamily == 'Windows' {
91
- $forwarder_dir = pick($forwarder_installdir, 'C:/Program Files/SplunkUniversalForwarder')
+ $forwarder_dir = pick($forwarder_installdir, 'C:\\Program Files\\SplunkUniversalForwarder')
92
$server_dir = pick($server_installdir, 'C:/Program Files/Splunk')
93
} else {
94
$forwarder_dir = pick($forwarder_installdir, '/opt/splunkforwarder')
@@ -139,7 +139,7 @@
139
'WINEVENTLOG_FWD_ENABLE=1',
140
'WINEVENTLOG_SET_ENABLE=1',
141
'ENABLEADMON=1',
142
- "INSTALLDIR=\"${forwarder_dir}\"",
+ { 'INSTALLDIR' => $forwarder_dir },
143
]
144
$server_install_options = [
145
'LAUNCHSPLUNK=1',
0 commit comments