Fixed variable naming that was creating errors.

This commit is contained in:
Forrest Alvarez 2014-01-02 05:23:17 +00:00
parent b877441585
commit 17154c06d4
7 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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