We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bc3c05 + b63d798 commit edafad0Copy full SHA for edafad0
jobs/graphite_exporter/templates/bin/graphite_exporter_ctl
@@ -26,8 +26,8 @@ case $1 in
26
<% if_p('graphite_exporter.graphite.mapping_config') do %> \
27
--graphite.mapping-config="/var/vcap/jobs/graphite_exporter/config/graphite_mapping.conf" \
28
<% end %> \
29
- <% if_p('graphite_exporter.graphite.mapping_strict_match') do |mapping_strict_match| %> \
30
- --graphite.mapping-strict-match="<%= mapping_strict_match %>" \
+ <% if_p('graphite_exporter.graphite.mapping_strict_match') do %> \
+ --graphite.mapping-strict-match \
31
32
<% if_p('graphite_exporter.graphite.sample_expiry') do |sample_expiry| %> \
33
--graphite.sample-expiry="<%= sample_expiry %>" \
0 commit comments