Merge pull request #40 from kurt---/master
add sls for installed php-oauth
This commit is contained in:
commit
05580656db
@ -8,6 +8,7 @@
|
||||
'curl_pkg': 'php5-curl',
|
||||
'fpm_pkg': 'php5-fpm',
|
||||
'gd_pkg': 'php5-gd',
|
||||
'oauth_pkg': 'php5-oauth',
|
||||
'intl_pkg': 'php5-intl',
|
||||
'json_pkg': 'php5-json',
|
||||
'mbstring_pkg': 'php5',
|
||||
@ -45,6 +46,7 @@
|
||||
'curl_pkg': 'curl',
|
||||
'fpm_pkg': 'php-fpm',
|
||||
'gd_pkg': 'php-gd',
|
||||
'oauth_pkg': 'php-oauth',
|
||||
'intl_pkg': 'php-intl',
|
||||
'json_pkg': 'php-common',
|
||||
'mbstring_pkg': 'php-mbstring',
|
||||
|
5
php/ng/oauth.sls
Normal file
5
php/ng/oauth.sls
Normal file
@ -0,0 +1,5 @@
|
||||
{% from "php/map.jinja" import php with context %}
|
||||
|
||||
php-oauth:
|
||||
pkg.installed:
|
||||
- name: {{ php.oauth_pkg }}
|
5
php/oauth.sls
Normal file
5
php/oauth.sls
Normal file
@ -0,0 +1,5 @@
|
||||
{% from "php/map.jinja" import php with context %}
|
||||
|
||||
php-oauth:
|
||||
pkg.installed:
|
||||
- name: {{ php.oauth_pkg }}
|
Loading…
Reference in New Issue
Block a user