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 %}