Browse Source

Fixed variable naming that was creating errors.

tags/v0.34.0
Forrest Alvarez 11 years ago
parent
commit
17154c06d4
7 changed files with 8 additions and 8 deletions
  1. +1
    -1
      php/apc.sls
  2. +1
    -1
      php/curl.sls
  3. +2
    -2
      php/fpm.sls
  4. +1
    -1
      php/gd.sls
  5. +1
    -1
      php/init.sls
  6. +1
    -1
      php/mcrypt.sls
  7. +1
    -1
      php/pear.sls

+ 1
- 1
php/apc.sls View File

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

+ 1
- 1
php/curl.sls View File

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

+ 2
- 2
php/fpm.sls 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

+ 1
- 1
php/gd.sls View File

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

+ 1
- 1
php/init.sls View File

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

+ 1
- 1
php/mcrypt.sls View File

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

+ 1
- 1
php/pear.sls View File

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

Loading…
Cancel
Save