From 2d1d8f23adef1b48635697fa341d52062d8e8225 Mon Sep 17 00:00:00 2001 From: "Adrien \"ze\" Urban" Date: Tue, 2 Apr 2019 14:26:35 +0200 Subject: [PATCH] php.ng.modules: documentation --- README.rst | 7 +++++++ pillar.example | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 316b218..11399ae 100644 --- a/README.rst +++ b/README.rst @@ -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.`` 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`` -------------------- diff --git a/pillar.example b/pillar.example index a2cd342..6023952 100644 --- a/pillar.example +++ b/pillar.example @@ -178,6 +178,15 @@ php: 'CLI Server': cli_server_color: 'On' + # List of modules to install via php.ng.modules + modules: + # Calls `php.ng.` 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