File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 358
358
}
359
359
360
360
exec { 'splunk_get_package' :
361
- command => " wget \' ${splunk::install_source} ' -O ${splunk::basedir} /${package_provider} /${package_filename} " ,
361
+ command => " /usr/bin/ wget \' ${splunk::install_source} ' -O ${splunk::basedir} /${package_provider} /${package_filename} " ,
362
362
creates => " ${splunk::basedir} /${package_provider} /${package_filename} " ,
363
363
before => Package[' splunk' ],
364
364
}
397
397
exec { 'splunk_first_time_run' :
398
398
command => " ${splunk::basedir} /bin/splunk --accept-license enable boot-start --answer-yes --no-prompt" ,
399
399
require => Package[' splunk' ],
400
- onlyif => " test -f ${splunk::basedir} /ftr" ,
400
+ onlyif => " /usr/bin/ test -f ${splunk::basedir} /ftr" ,
401
401
}
402
402
403
403
# Setting of forward_server for forwarders
You can’t perform that action at this time.
0 commit comments