Skip to content
Snippets Groups Projects
Commit 2d1d8f23 authored by Adrien "ze" Urban's avatar Adrien "ze" Urban
Browse files

php.ng.modules: documentation

parent a126bf65
No related branches found
No related tags found
No related merge requests found
......@@ -502,6 +502,13 @@ Disabled on opensuse need server:php:extensions repo
Installs the php-memcached package.
Disabled on opensuse need server:php:extensions repo
``php.ng.module``
--------------------
Calls ``php.ng.<name>`` for each entry in ``php:ng:modules`` if available, or
try to install the matching packages that can be set via from
``php:ng:lookup:pkgs``
``php.ng.mongo``
--------------------
......
......@@ -178,6 +178,15 @@ php:
'CLI Server':
cli_server_color: 'On'
# List of modules to install via php.ng.modules
modules:
# Calls `php.ng.<name>` if available, or try to install the matching
# packages that can be set via from php:ng:lookup:pkgs
- cli
- fpm
- curl
- mysql
# When using php.ng.apache2 on FreeBSD:
# Set this to False if you're not using apache-formula
use_apache_formula: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment