add oath.sls
This commit is contained in:
parent
59b99bef7b
commit
e21b8c034c
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