Manage PHP pecl extensions.
salt.modules.pecl.
install
(pecls, defaults=False, force=False, preferred_state='stable')¶New in version 0.17.0.
Installs one or several pecl extensions.
The pecl extensions to install.
Use default answers for extensions such as pecl_http which ask questions before installation. Without this option, the pecl.installed state will hang indefinitely when trying to install these extensions.
Whether to force the installed version or not
CLI Example:
salt '*' pecl.install fuse
salt.modules.pecl.
list_
(channel=None)¶List installed pecl extensions.
CLI Example:
salt '*' pecl.list
salt.modules.pecl.
uninstall
(pecls)¶Uninstall one or several pecl extensions.
The pecl extensions to uninstall.
CLI Example:
salt '*' pecl.uninstall fuse
salt.modules.pecl.
update
(pecls)¶Update one or several pecl extensions.
The pecl extensions to update.
CLI Example:
salt '*' pecl.update fuse
Generated on August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy