add oauth in php.ng

This commit is contained in:
Kurt Bendlin 2015-05-21 11:35:06 +02:00
parent d723b7b87c
commit f51fe7ccb7
2 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,7 @@
'apcu': 'php5-apcu',
'cgi': 'php5-cgi',
'cli': 'php5-cli',
'oauth': 'php5-oauth',
'apache2': 'libapache2-mod-php5',
'curl': 'php5-curl',
'fpm': 'php5-fpm',
@ -58,6 +59,7 @@
'apcu': 'php-pecl-apcu',
'cgi': 'php-cgi',
'cli': 'php-cli',
'oauth': 'php-oauth',
'curl': ['php-common', 'curl'],
'fpm': 'php-fpm',
'gd': 'php-gd',
@ -103,6 +105,7 @@
'php': 'php5',
'apache2': 'apache2-mod_php5',
'cli': 'php5',
'oauth': 'php5-oauth',
'curl': 'php5-curl',
'fpm': 'php5-fpm',
'gd': 'php5-gd',

View File

@ -1,5 +1,2 @@
{% from "php/map.jinja" import php with context %}
php-oauth:
pkg.installed:
- name: {{ php.oauth_pkg }}
{% set state = 'oauth' %}
{% include "php/ng/installed.jinja" %}