Skip to content

Commit 1684609

Browse files
committed
Merge pull request #29 from hunner/barrypitman
forwarder::pkg_provider should default to $splunk::params::pkg_provider
2 parents 355297c + 07df80c commit 1684609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/forwarder.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
$splunkd_listen = '127.0.0.1',
5656
$purge_inputs = false,
5757
$purge_outputs = false,
58-
$pkg_provider = undef,
58+
$pkg_provider = $splunk::params::pkg_provider,
5959
$forwarder_confdir = $splunk::params::forwarder_confdir,
6060
$forwarder_output = $splunk::params::forwarder_output,
6161
$forwarder_input = $splunk::params::forwarder_input,

0 commit comments

Comments
 (0)