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',
|
||||
'cgi': 'php5-cgi',
|
||||
'cli': 'php5-cli',
|
||||
'oauth': 'php5-oauth',
|
||||
'apache2': 'libapache2-mod-php5',
|
||||
'curl': 'php5-curl',
|
||||
'fpm': 'php5-fpm',
|
||||
@ -61,6 +62,7 @@
|
||||
'apcu': 'php-pecl-apcu',
|
||||
'cgi': 'php-cgi',
|
||||
'cli': 'php-cli',
|
||||
'oauth': 'php-oauth',
|
||||
'curl': ['php-common', 'curl'],
|
||||
'fpm': 'php-fpm',
|
||||
'gd': 'php-gd',
|
||||
@ -106,6 +108,7 @@
|
||||
'php': 'php5',
|
||||
'apache2': 'apache2-mod_php5',
|
||||
'cli': 'php5',
|
||||
'oauth': 'php5-oauth',
|
||||
'curl': 'php5-curl',
|
||||
'fpm': 'php5-fpm',
|
||||
'gd': 'php5-gd',
|
||||
|
@ -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" %}
|
||||
|
Loading…
Reference in New Issue
Block a user