Added SNMP module for PHP NG

This commit is contained in:
Kenneth Oestrup 2016-06-28 11:48:37 +02:00
parent f3aefecd5c
commit d5fb8d3128
3 changed files with 12 additions and 0 deletions

View File

@ -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``
--------------- ---------------

View File

@ -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 @@
'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 @@
'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 @@
'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 @@
'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',

2
php/ng/snmp.sls Normal file
View File

@ -0,0 +1,2 @@
{% set state = 'snmp' %}
{% include "php/ng/installed.jinja" %}