proper naming and actually using the state

This commit is contained in:
2020-06-07 16:04:07 +02:00
parent 11ee963662
commit 89f95f5011

View File

@@ -1,7 +1,7 @@
{%
set has_promexporter = salt['pillar.get'](
'prometheus:service:wanted',
default=False
'prometheus:wanted',
default={}
)
%}