From 17927738918025ddb96f9aa174d24e71c2567b6c Mon Sep 17 00:00:00 2001 From: Forrest Alvarez Date: Thu, 2 Jan 2014 05:02:15 +0000 Subject: [PATCH] Fixed an incorrect character which was messing things up in the map. --- php/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/map.jinja b/php/map.jinja index d768bf8..c39bfa4 100644 --- a/php/map.jinja +++ b/php/map.jinja @@ -21,4 +21,4 @@ 'pear-pkg': ' php-pear', 'fpm-service': 'php5-fpm', }, -}, merge=salt['pillar.get']('php:lookup')) $} +}, merge=salt['pillar.get']('php:lookup')) %}