From cb698bc1363a50a8694e78422433f74d24897bfd Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Jan 04 2017 18:07:49 +0000 Subject: fix the retrieval of the grains dict of pillars in salt/top.sls --- diff --git a/salt/top.sls b/salt/top.sls index ee7de41..10c2777 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -1,4 +1,4 @@ -{% set roles = salt['pillar.get']('roles', []) %} +{% set roles = salt['pillar.get']('grains:roles', []) %} production: '*':