Skip to content

Commit 5a38238

Browse files
committed
add ng states for bz2, dba and xmlrpc
1 parent e6841b4 commit 5a38238

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Disabled by default on opensuse need server:php repo
4242

4343
Installs the php-bcmath package.
4444

45+
``php.bz2``
46+
-------------
47+
48+
Installs the php-bz2 package.
49+
4550
``php.cgi``
4651
-----------
4752

@@ -65,6 +70,11 @@ Installs the php5-curl package on Debian, and ensures that curl itself is
6570
installed for RedHat systems, this is due to the curl libs being provided by
6671
php-common, which will get installed with the main php package.
6772

73+
``php.dba``
74+
-------------
75+
76+
Installs the php-dba package.
77+
6878
``php.dev``
6979
----------
7080

@@ -211,6 +221,11 @@ Installs the php-tokenizer package and enables it.
211221

212222
Installs the php-xml package.
213223

224+
``php.xmlrpc``
225+
-------------
226+
227+
Installs the php-xmlrpc package.
228+
214229
``php.zip``
215230
-----------
216231

php/ng/bz2.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{% set state = 'dba' %}
2+
{% include "php/ng/installed.jinja" %}

php/ng/dba.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{% set state = 'adodb' %}
2+
{% include "php/ng/installed.jinja" %}

php/ng/xmlrpc.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{% set state = 'xmlrpc' %}
2+
{% include "php/ng/installed.jinja" %}

0 commit comments

Comments
 (0)