Fixed some spots where I forgot to reference the map properly.

This commit is contained in:
Forrest Alvarez 2014-01-02 04:55:36 +00:00
parent 713ffba889
commit 97ab7e7405
7 changed files with 8 additions and 8 deletions

View File

@ -6,4 +6,4 @@ include:
php-curl:
pkg
- installed
- name: {{ curl-pkg }}
- name: {{ php.curl-pkg }}

View File

@ -6,8 +6,8 @@ include:
php-fpm:
pkg:
- installed
- name: {{ fpm-pkg }}
- name: {{ php.fpm-pkg }}
service:
- running
- name: {{ fpm-service }}
- name: {{ php.fpm-service }}
- enable: True

View File

@ -6,4 +6,4 @@ include:
php-gd:
pkg:
- installed
- name: {{ gd-pkg }}
- name: {{ php.gd-pkg }}

View File

@ -6,4 +6,4 @@ include:
php:
pkg:
- installed
- name: {{ php-pkg }}
- name: {{ php.php-pkg }}

View File

@ -6,4 +6,4 @@ include:
php-mcrypt:
pkg:
- installed
- name: {{ mcrpyt-pkg }}
- name: {{ php.mcrpyt-pkg }}

View File

@ -6,4 +6,4 @@ include:
php-mysql:
pkg:
- installed
- name: {{ mysql-pkg }}
- name: {{ php.mysql-pkg }}

View File

@ -6,4 +6,4 @@ include:
php-pear:
pkg:
- installed
- name : {{ pear-pkg }}
- name : {{ php.pear-pkg }}