From 89f95f501163bb8834690812a3f92217707703b5 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 7 Jun 2020 16:04:07 +0200 Subject: [PATCH] proper naming and actually using the state --- hardware/raspberrypi/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/raspberrypi/init.sls b/hardware/raspberrypi/init.sls index 72568e7..d7baed4 100644 --- a/hardware/raspberrypi/init.sls +++ b/hardware/raspberrypi/init.sls @@ -1,7 +1,7 @@ {% set has_promexporter = salt['pillar.get']( - 'prometheus:service:wanted', - default=False + 'prometheus:wanted', + default={} ) %}