Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
salt
php-formula
Commits
d5fb8d31
Commit
d5fb8d31
authored
Jun 28, 2016
by
Kenneth Oestrup
Browse files
Options
Downloads
Patches
Plain Diff
Added SNMP module for PHP NG
parent
f3aefecd
Branches
Branches containing commit
Tags
Tags containing commit
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/map.jinja
+5
-0
5 additions, 0 deletions
php/ng/map.jinja
php/ng/snmp.sls
+2
-0
2 additions, 0 deletions
php/ng/snmp.sls
with
12 additions
and
0 deletions
README.rst
+
5
−
0
View file @
d5fb8d31
...
@@ -404,6 +404,11 @@ Installs the php-pspell package.
...
@@ -404,6 +404,11 @@ Installs the php-pspell package.
Installs the php-redis package.
Installs the php-redis package.
Disabled on opensuse need server:php:extensions repo
Disabled on opensuse need server:php:extensions repo
``php.ng.snmp``
---------------
Installs the php-snmp package.
``php.ng.soap``
``php.ng.soap``
---------------
---------------
...
...
...
...
This diff is collapsed.
Click to expand it.
php/ng/map.jinja
+
5
−
0
View file @
d5fb8d31
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
'mcrypt': 'php7.0-mcrypt',
'mcrypt': 'php7.0-mcrypt',
'mysql': 'php7.0-mysql',
'mysql': 'php7.0-mysql',
'pspell': 'php7.0-pspell',
'pspell': 'php7.0-pspell',
'snmp': 'php7.0-snmp',
'soap': 'php7.0-soap',
'soap': 'php7.0-soap',
'sqlite': 'php7.0-sqlite3',
'sqlite': 'php7.0-sqlite3',
'xsl': 'php7.0-xsl',
'xsl': 'php7.0-xsl',
...
@@ -308,6 +309,7 @@
...
@@ -308,6 +309,7 @@
'mysqlnd': 'php5-mysqlnd',
'mysqlnd': 'php5-mysqlnd',
'pear': 'php-pear',
'pear': 'php-pear',
'pspell': 'php5-pspell',
'pspell': 'php5-pspell',
'snmp': 'php5-snmp',
'soap': 'php-soap',
'soap': 'php-soap',
'sqlite': 'php5-sqlite',
'sqlite': 'php5-sqlite',
'xcache': 'php5-xcache',
'xcache': 'php5-xcache',
...
@@ -393,6 +395,7 @@
...
@@ -393,6 +395,7 @@
'mysql': 'php-mysql',
'mysql': 'php-mysql',
'mysqlnd': 'php-mysqlnd',
'mysqlnd': 'php-mysqlnd',
'pear': 'php-pear',
'pear': 'php-pear',
'snmp': 'php-snmp',
'soap': 'php-soap',
'soap': 'php-soap',
'sqlite': 'php5-sqlite',
'sqlite': 'php5-sqlite',
'xcache': 'php-xcache',
'xcache': 'php-xcache',
...
@@ -441,6 +444,7 @@
...
@@ -441,6 +444,7 @@
'mcrypt': 'php5-mcrypt',
'mcrypt': 'php5-mcrypt',
'mysql': 'php5-mysql',
'mysql': 'php5-mysql',
'pear': 'php5-pear',
'pear': 'php5-pear',
'snmp': 'php5-snmp',
'soap': 'php5-soap',
'soap': 'php5-soap',
'sqlite': 'php5-sqlite',
'sqlite': 'php5-sqlite',
'xml': ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'],
'xml': ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'],
...
@@ -484,6 +488,7 @@
...
@@ -484,6 +488,7 @@
'memcache': 'php-memcache',
'memcache': 'php-memcache',
'memcached': 'php-memcached',
'memcached': 'php-memcached',
'pear': 'php-pear',
'pear': 'php-pear',
'snmp': 'php-snmp',
'sqlite': 'php-sqlite',
'sqlite': 'php-sqlite',
'xcache': 'php-xcache',
'xcache': 'php-xcache',
'pgsql': 'php-pgsql',
'pgsql': 'php-pgsql',
...
...
...
...
This diff is collapsed.
Click to expand it.
php/ng/snmp.sls
0 → 100644
+
2
−
0
View file @
d5fb8d31
{% set state = 'snmp' %}
{% include "php/ng/installed.jinja" %}
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
sign in
to comment