From 023c2873b1bbb0a7fe24b2c3e699bd92a55a8410 Mon Sep 17 00:00:00 2001 From: "Papoyan, Nerses" Date: Tue, 23 Jun 2015 11:35:55 -0400 Subject: [PATCH] corrected the key to match the pillar.example --- apache/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/map.jinja b/apache/map.jinja index 3c2f598..14f5d3b 100644 --- a/apache/map.jinja +++ b/apache/map.jinja @@ -87,4 +87,4 @@ 'default_site_ssl': 'default-ssl.conf', 'use_require': True, }, -}, grain='oscodename', merge=salt['pillar.get']('apache:lookup'))) %} +}, grain='oscodename', merge=salt['pillar.get']('apache'))) %}