salt-states/containers/node_exporter.sls

4 lines
99 B
Plaintext
Raw Normal View History

2023-06-27 07:16:37 +00:00
{% from 'lib.sls' import container_deploy with context %}
{{ container_deploy('node_exporter') }}