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
4cfc5ba0
Commit
4cfc5ba0
authored
9 years ago
by
a.genus
Browse files
Options
Downloads
Patches
Plain Diff
Add php-gearman support
parent
9d1e553b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.rst
+5
-0
5 additions, 0 deletions
README.rst
php/ng/gearman.sls
+2
-0
2 additions, 0 deletions
php/ng/gearman.sls
php/ng/map.jinja
+1
-0
1 addition, 0 deletions
php/ng/map.jinja
with
8 additions
and
0 deletions
README.rst
+
5
−
0
View file @
4cfc5ba0
...
@@ -249,6 +249,11 @@ Installs the php5-curl package on Debian, and ensures that curl itself is
...
@@ -249,6 +249,11 @@ Installs the php5-curl package on Debian, and ensures that curl itself is
installed for RedHat systems, this is due to the curl libs being provided by
installed for RedHat systems, this is due to the curl libs being provided by
php-common, which will get installed with the main php package.
php-common, which will get installed with the main php package.
``php.ng.gearman``
---------------
Installs the php-gearman package.
``php.ng.fpm``
``php.ng.fpm``
--------------
--------------
...
...
This diff is collapsed.
Click to expand it.
php/ng/gearman.sls
0 → 100644
+
2
−
0
View file @
4cfc5ba0
{% set state = 'gearman' %}
{% include "php/ng/installed.jinja" %}
This diff is collapsed.
Click to expand it.
php/ng/map.jinja
+
1
−
0
View file @
4cfc5ba0
...
@@ -297,6 +297,7 @@
...
@@ -297,6 +297,7 @@
'oauth': 'php5-oauth',
'oauth': 'php5-oauth',
'apache2': 'libapache2-mod-php5',
'apache2': 'libapache2-mod-php5',
'curl': 'php5-curl',
'curl': 'php5-curl',
'gearman': 'php5-gearman',
'fpm': 'php5-fpm',
'fpm': 'php5-fpm',
'hhvm': 'hhvm',
'hhvm': 'hhvm',
'gd': 'php5-gd',
'gd': 'php5-gd',
...
...
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