From 283c7afd62f2a324d5eef148f477895387991879 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 24 Sep 2021 15:51:59 +0200 Subject: [PATCH] . --- salt/pillars/top.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/pillars/top.sls b/salt/pillars/top.sls index 5766e20..1b4869a 100644 --- a/salt/pillars/top.sls +++ b/salt/pillars/top.sls @@ -3,6 +3,6 @@ base: - network - chrony - mariadb -{% if salt['file.file_exists']('local.sls') %} +{% if salt['pillar.file_exists']('local.sls') %} - local {% endif %}