Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
php-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
php-formula
Commits
2d1d8f23
Commit
2d1d8f23
authored
6 years ago
by
Adrien "ze" Urban
Browse files
Options
Downloads
Patches
Plain Diff
php.ng.modules: documentation
parent
a126bf65
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+7
-0
7 additions, 0 deletions
README.rst
pillar.example
+9
-0
9 additions, 0 deletions
pillar.example
with
16 additions
and
0 deletions
README.rst
+
7
−
0
View file @
2d1d8f23
...
...
@@ -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``
--------------------
...
...
This diff is collapsed.
Click to expand it.
pillar.example
+
9
−
0
View file @
2d1d8f23
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment