prometheus-formula/prometheus/files/default/default.sh.jinja

11 lines
317 B
Plaintext
Raw Normal View History

########################################################################
# File managed by Salt at <{{ source }}>.
# Your changes may be overwritten.
########################################################################
2019-06-20 02:36:58 +02:00
{%- if defaults %}
{%- for item in defaults %}
{{ item }}
{%- endfor %}
{%- endif %}