Skip to content

Commit 4c31770

Browse files
committed
add new variables to config param list #30 #31
1 parent af080b1 commit 4c31770

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/config.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
$influxdb_database = $statsd::influxdb_database,
3333
$influxdb_username = $statsd::influxdb_username,
3434
$influxdb_password = $statsd::influxdb_password,
35+
$influxdb_version = $statsd::influxdb_version,
3536
$influxdb_flush = $statsd::influxdb_flush,
3637
$influxdb_proxy = $statsd::influxdb_proxy,
3738
$influxdb_proxy_suffix = $statsd::influxdb_proxy_suffix,
@@ -47,6 +48,7 @@
4748
$librato_includeMetrics = $statsd::librato_includeMetrics,
4849
$librato_excludeMetrics = $statsd::librato_excludeMetrics,
4950
$librato_globalPrefix = $statsd::librato_globalPrefix,
51+
$librato_alwaysSuffixPercentile = $statsd::librato_alwaysSuffixPercentile,
5052
$stackdriver_apiKey = $statsd::stackdriver_apiKey,
5153
$stackdriver_source = $statsd::stackdriver_source,
5254
$stackdriver_sourceFromPrefix = $statsd::stackdriver_sourceFromPrefix,

0 commit comments

Comments
 (0)