@@ -0,0 +1,10 @@ | |||
include: | |||
- core.apt | |||
{% if grains['os']=="Ubuntu" %} | |||
php-apc: | |||
pkg.installed: | |||
- order: 180 | |||
{% endif %} |
@@ -0,0 +1,10 @@ | |||
include: | |||
- core.apt | |||
{% if grains['os']=="Ubuntu" %} | |||
php5-curl: | |||
pkg.installed: | |||
- order: 180 | |||
{% endif %} |
@@ -0,0 +1,13 @@ | |||
include: | |||
- core.apt | |||
{% if grains['os']=="Ubuntu" %} | |||
php5-fpm: | |||
pkg.installed: | |||
- order: 175 | |||
service.running: | |||
- enable: True | |||
- order: 455 | |||
{% endif %} |
@@ -0,0 +1,10 @@ | |||
include: | |||
- core.apt | |||
{% if grains['os']=="Ubuntu" %} | |||
php5-gd: | |||
pkg.installed: | |||
- order: 180 | |||
{% endif %} |
@@ -0,0 +1,10 @@ | |||
include: | |||
- core.apt | |||
{% if grains['os']=="Ubuntu" %} | |||
php5: | |||
pkg.installed: | |||
- order: 175 | |||
{% endif %} |
@@ -0,0 +1,10 @@ | |||
include: | |||
- core.apt | |||
{% if grains['os']=="Ubuntu" %} | |||
php5-mcrypt: | |||
pkg.installed: | |||
- order: 180 | |||
{% endif %} |
@@ -0,0 +1,10 @@ | |||
include: | |||
- core.apt | |||
{% if grains['os']=="Ubuntu" %} | |||
php5-mysql: | |||
pkg.installed: | |||
- order: 180 | |||
{% endif %} |
@@ -0,0 +1,10 @@ | |||
include: | |||
- core.apt | |||
{% if grains['os']=="Ubuntu" %} | |||
php-pear: | |||
pkg.installed: | |||
- order: 180 | |||
{% endif %} |