Changed php5 calls to more generic php

This commit is contained in:
Alan McNea 2013-07-29 22:27:43 +00:00
parent 733ce3c218
commit 7309a56ed2
6 changed files with 13 additions and 6 deletions

View File

@ -3,8 +3,9 @@ include:
{% if grains['os']=="Ubuntu" %}
php5-curl:
php-curl:
pkg.installed:
- name: php5-curl
- order: 180
{% endif %}

View File

@ -3,10 +3,12 @@ include:
{% if grains['os']=="Ubuntu" %}
php5-fpm:
php-fpm:
pkg.installed:
- name: php5-fpm
- order: 175
service.running:
- name: php5-fpm
- enable: True
- order: 455

View File

@ -3,8 +3,9 @@ include:
{% if grains['os']=="Ubuntu" %}
php5-gd:
php-gd:
pkg.installed:
- name: php5-gd
- order: 180
{% endif %}

View File

@ -3,8 +3,9 @@ include:
{% if grains['os']=="Ubuntu" %}
php5:
php:
pkg.installed:
- name: php5
- order: 175
{% endif %}

View File

@ -3,8 +3,9 @@ include:
{% if grains['os']=="Ubuntu" %}
php5-mcrypt:
php-mcrypt:
pkg.installed:
- name: php5-mcrypt
- order: 180
{% endif %}

View File

@ -3,8 +3,9 @@ include:
{% if grains['os']=="Ubuntu" %}
php5-mysql:
php-mysql:
pkg.installed:
- name: php5-mysql
- order: 180
{% endif %}