salt.states.pecl

Installation of PHP pecl extensions.

A state module to manage php pecl extensions.

mongo:
  pecl.installed
salt.states.pecl.installed(name, version=None)

Make sure that a pecl extension is installed.

name
The pecl extension name to install
version
The pecl extension version to install. This option may be ignored to install the latest stable version.
salt.states.pecl.removed(name)

Make sure that a pecl extension is not installed.

name
The pecl extension name to uninstall

Table Of Contents

Previous topic

salt.states.npm

Next topic

salt.states.pip