From 713ffba8899b4e603462eb5a0780dc8c77dac635 Mon Sep 17 00:00:00 2001 From: Forrest Alvarez Date: Thu, 2 Jan 2014 04:51:53 +0000 Subject: [PATCH] fixed some typos --- php/init.sls | 2 +- php/mysql.sls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/init.sls b/php/init.sls index 53dfa5f..7cb2fc0 100644 --- a/php/init.sls +++ b/php/init.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/mysql.sls b/php/mysql.sls index 610ba23..4878fe1 100644 --- a/php/mysql.sls +++ b/php/mysql.sls @@ -1,4 +1,4 @@ -{% from "php/map.jinja import php with context %} +{% from "php/map.jinja" import php with context %} include: - apt