Skip to content

Commit edafad0

Browse files
authored
Merge pull request #325 from andinod/mapping_strict_match_without_parameters
graphite-exporter: changing the variable mapping-strict-match
2 parents 1bc3c05 + b63d798 commit edafad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/graphite_exporter/templates/bin/graphite_exporter_ctl

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ case $1 in
2626
<% if_p('graphite_exporter.graphite.mapping_config') do %> \
2727
--graphite.mapping-config="/var/vcap/jobs/graphite_exporter/config/graphite_mapping.conf" \
2828
<% end %> \
29-
<% if_p('graphite_exporter.graphite.mapping_strict_match') do |mapping_strict_match| %> \
30-
--graphite.mapping-strict-match="<%= mapping_strict_match %>" \
29+
<% if_p('graphite_exporter.graphite.mapping_strict_match') do %> \
30+
--graphite.mapping-strict-match \
3131
<% end %> \
3232
<% if_p('graphite_exporter.graphite.sample_expiry') do |sample_expiry| %> \
3333
--graphite.sample-expiry="<%= sample_expiry %>" \

0 commit comments

Comments
 (0)