Procházet zdrojové kódy

php.ng.modules: documentation

tags/v0.34.0^2
Adrien "ze" Urban před 5 roky
rodič
revize
2d1d8f23ad
2 změnil soubory, kde provedl 16 přidání a 0 odebrání
  1. +7
    -0
      README.rst
  2. +9
    -0
      pillar.example

+ 7
- 0
README.rst Zobrazit soubor

@@ -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``
--------------------


+ 9
- 0
pillar.example Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit