add oath.sls

This commit is contained in:
Kurt Bendlin 2015-05-17 16:43:52 +02:00
parent 59b99bef7b
commit e21b8c034c
2 changed files with 10 additions and 0 deletions

5
php/ng/oauth.sls Normal file
View 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
View File

@ -0,0 +1,5 @@
{% from "php/map.jinja" import php with context %}
php-oauth:
pkg.installed:
- name: {{ php.oauth_pkg }}