From cfd3538280addc2139d9eaf53d2dcd6d589e8ba9 Mon Sep 17 00:00:00 2001 From: Forrest Alvarez Date: Thu, 2 Jan 2014 05:30:26 +0000 Subject: [PATCH] Fixed a misspelled item, fixed a typo in gd. --- php/gd.sls | 2 +- php/mcrypt.sls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/gd.sls b/php/gd.sls index 25eac62..3769b1a 100644 --- a/php/gd.sls +++ b/php/gd.sls @@ -1,4 +1,4 @@ -{{% from "php/map.jinja" import php with context %} +{% from "php/map.jinja" import php with context %} include: - apt diff --git a/php/mcrypt.sls b/php/mcrypt.sls index 0c259a6..6d155b0 100644 --- a/php/mcrypt.sls +++ b/php/mcrypt.sls @@ -6,4 +6,4 @@ include: php-mcrypt: pkg: - installed - - name: {{ php.mcrpyt_pkg }} + - name: {{ php.mcrypt_pkg }}