Added SNMP module for PHP NG
This commit is contained in:
parent
f3aefecd5c
commit
d5fb8d3128
@ -404,6 +404,11 @@ Installs the php-pspell package.
|
||||
Installs the php-redis package.
|
||||
Disabled on opensuse need server:php:extensions repo
|
||||
|
||||
``php.ng.snmp``
|
||||
---------------
|
||||
|
||||
Installs the php-snmp package.
|
||||
|
||||
``php.ng.soap``
|
||||
---------------
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
'mcrypt': 'php7.0-mcrypt',
|
||||
'mysql': 'php7.0-mysql',
|
||||
'pspell': 'php7.0-pspell',
|
||||
'snmp': 'php7.0-snmp',
|
||||
'soap': 'php7.0-soap',
|
||||
'sqlite': 'php7.0-sqlite3',
|
||||
'xsl': 'php7.0-xsl',
|
||||
@ -308,6 +309,7 @@
|
||||
'mysqlnd': 'php5-mysqlnd',
|
||||
'pear': 'php-pear',
|
||||
'pspell': 'php5-pspell',
|
||||
'snmp': 'php5-snmp',
|
||||
'soap': 'php-soap',
|
||||
'sqlite': 'php5-sqlite',
|
||||
'xcache': 'php5-xcache',
|
||||
@ -393,6 +395,7 @@
|
||||
'mysql': 'php-mysql',
|
||||
'mysqlnd': 'php-mysqlnd',
|
||||
'pear': 'php-pear',
|
||||
'snmp': 'php-snmp',
|
||||
'soap': 'php-soap',
|
||||
'sqlite': 'php5-sqlite',
|
||||
'xcache': 'php-xcache',
|
||||
@ -441,6 +444,7 @@
|
||||
'mcrypt': 'php5-mcrypt',
|
||||
'mysql': 'php5-mysql',
|
||||
'pear': 'php5-pear',
|
||||
'snmp': 'php5-snmp',
|
||||
'soap': 'php5-soap',
|
||||
'sqlite': 'php5-sqlite',
|
||||
'xml': ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'],
|
||||
@ -484,6 +488,7 @@
|
||||
'memcache': 'php-memcache',
|
||||
'memcached': 'php-memcached',
|
||||
'pear': 'php-pear',
|
||||
'snmp': 'php-snmp',
|
||||
'sqlite': 'php-sqlite',
|
||||
'xcache': 'php-xcache',
|
||||
'pgsql': 'php-pgsql',
|
||||
|
2
php/ng/snmp.sls
Normal file
2
php/ng/snmp.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'snmp' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
Loading…
Reference in New Issue
Block a user