From 5e3ac849e440bb8782176c92d51dbcedbc6a5f6b Mon Sep 17 00:00:00 2001 From: Fintan MacMahon Date: Tue, 18 Feb 2014 12:18:44 +0000 Subject: [PATCH] Fixed typo --- php/pgsql.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/pgsql.sls b/php/pgsql.sls index 6fa31d1..bfed436 100644 --- a/php/pgsql.sls +++ b/php/pgsql.sls @@ -1,6 +1,6 @@ {% from "php/map.jinja" import php with context %} -php-psql: +php-pgsql: pkg: - installed - - name: {{ php.psql_pkg }} + - name: {{ php.pgsql_pkg }}