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