We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc320e commit bb8453dCopy full SHA for bb8453d
manifests/platform/posix.pp
@@ -27,7 +27,7 @@
27
# Commands to run to enable the SplunkUniversalForwarder
28
@exec { 'license_splunkforwarder':
29
path => "${splunk::params::forwarder_dir}/bin",
30
- command => 'splunk start --accept-license --answer-yes',
+ command => 'splunk start --accept-license --answer-yes --no-prompt',
31
user => $splunk_user,
32
creates => '/opt/splunkforwarder/etc/auth/server.pem',
33
timeout => 0,
@@ -46,7 +46,7 @@
46
# Commands to run to enable full Splunk
47
@exec { 'license_splunk':
48
path => "${splunk::params::server_dir}/bin",
49
50
51
creates => '/opt/splunk/etc/auth/splunk.secret',
52
0 commit comments