Skip to content

Commit 8802ac0

Browse files
author
Adrien "ze" Urban
committed
php.ng.modules: documentation
1 parent afcbb0e commit 8802ac0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,13 @@ Disabled on opensuse need server:php:extensions repo
502502
Installs the php-memcached package.
503503
Disabled on opensuse need server:php:extensions repo
504504

505+
``php.ng.module``
506+
--------------------
507+
508+
Calls ``php.ng.<name>`` for each entry in ``php:ng:modules`` if available, or
509+
try to install the matching packages that can be set via from
510+
``php:ng:lookup:pkgs``
511+
505512
``php.ng.mongo``
506513
--------------------
507514

pillar.example

+9
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,15 @@ php:
178178
'CLI Server':
179179
cli_server_color: 'On'
180180

181+
# List of modules to install via php.ng.modules
182+
modules:
183+
# Calls `php.ng.<name>` if available, or try to install the matching
184+
# packages that can be set via from php:ng:lookup:pkgs
185+
- cli
186+
- fpm
187+
- curl
188+
- mysql
189+
181190
# When using php.ng.apache2 on FreeBSD:
182191
# Set this to False if you're not using apache-formula
183192
use_apache_formula: True

0 commit comments

Comments
 (0)