Merge pull request #44 from kurt---/oauth
install php5-oauth in php.ng.style
This commit is contained in:
commit
f726efdb1e
@ -7,6 +7,7 @@
|
|||||||
'apcu': 'php5-apcu',
|
'apcu': 'php5-apcu',
|
||||||
'cgi': 'php5-cgi',
|
'cgi': 'php5-cgi',
|
||||||
'cli': 'php5-cli',
|
'cli': 'php5-cli',
|
||||||
|
'oauth': 'php5-oauth',
|
||||||
'apache2': 'libapache2-mod-php5',
|
'apache2': 'libapache2-mod-php5',
|
||||||
'curl': 'php5-curl',
|
'curl': 'php5-curl',
|
||||||
'fpm': 'php5-fpm',
|
'fpm': 'php5-fpm',
|
||||||
@ -61,6 +62,7 @@
|
|||||||
'apcu': 'php-pecl-apcu',
|
'apcu': 'php-pecl-apcu',
|
||||||
'cgi': 'php-cgi',
|
'cgi': 'php-cgi',
|
||||||
'cli': 'php-cli',
|
'cli': 'php-cli',
|
||||||
|
'oauth': 'php-oauth',
|
||||||
'curl': ['php-common', 'curl'],
|
'curl': ['php-common', 'curl'],
|
||||||
'fpm': 'php-fpm',
|
'fpm': 'php-fpm',
|
||||||
'gd': 'php-gd',
|
'gd': 'php-gd',
|
||||||
@ -106,6 +108,7 @@
|
|||||||
'php': 'php5',
|
'php': 'php5',
|
||||||
'apache2': 'apache2-mod_php5',
|
'apache2': 'apache2-mod_php5',
|
||||||
'cli': 'php5',
|
'cli': 'php5',
|
||||||
|
'oauth': 'php5-oauth',
|
||||||
'curl': 'php5-curl',
|
'curl': 'php5-curl',
|
||||||
'fpm': 'php5-fpm',
|
'fpm': 'php5-fpm',
|
||||||
'gd': 'php5-gd',
|
'gd': 'php5-gd',
|
||||||
|
@ -1,5 +1,2 @@
|
|||||||
{% from "php/map.jinja" import php with context %}
|
{% set state = 'oauth' %}
|
||||||
|
{% include "php/ng/installed.jinja" %}
|
||||||
php-oauth:
|
|
||||||
pkg.installed:
|
|
||||||
- name: {{ php.oauth_pkg }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user