File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 89
89
# @param enterprise_installdir
90
90
# Optional directory in which to install and manage Splunk Enterprise
91
91
#
92
+ # @param default_host
93
+ # The host property in inputs.conf. Defaults to the server's hostname.
94
+ #
92
95
class splunk::params (
93
96
String[1] $version = ' 7.2.4.2' ,
94
97
String[1] $build = ' fb30470262e3' ,
103
106
' windows' => ' Administrator' ,
104
107
default => ' root'
105
108
},
109
+ String[1] $default_host = $facts [' clientcert' ],
106
110
) {
107
111
# Based on the small number of inputs above, we can construct sane defaults
108
112
# for pretty much everything else.
272
276
' default_host' => {
273
277
section => ' default' ,
274
278
setting => ' host' ,
275
- value => $facts [ ' clientcert ' ] ,
279
+ value => $default_host ,
276
280
tag => ' splunk_forwarder' ,
277
281
},
278
282
}
You can’t perform that action at this time.
0 commit comments