This repository has been archived by the owner on Oct 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Be able to install Beta pear and / or pecl package #146
Comments
Have you tried to set $package to something ala "amqp-beta" and "amqp-1.4.0" Thats the format pecl CLI use to specify version |
Thanks for replying. This is my code net_dime:
package: 'Net_DIME-0.3'
ensure: installed
provider: pear
soap:
package: 'SOAP-0.12.0'
ensure: installed
provider: pear
I even tried specifying the version for 'ensure'.
|
Setting a specific version for ensure works, even if the package is unstable. I guess the problem you're seeing is related to re-installing an existing extension with the same version as latest:
|
cegeka-jenkins
pushed a commit
to cegeka/puppet-php
that referenced
this issue
Mar 21, 2018
Fixes non-overridable paths Added validations and isolated fpm pool base dir - Added validations for new path parameters - `$::php::fpm::pool::base_dir` is now mapped internally to another variable, taking first the value of `$::php::fpm::pool::base_dir` when provided, then inheriting from `$::php::fpm::config::pool_base_dir` when the class `$::php::fpm::config` has been instantiated, and finally inheriting from `$::php::params::fpm_pool_dir` if not provided and not instantiated. Change variable assignment logic Replaces ternaries and fixes misbehaviour Converts LFCR to LF and fixes test Replacement of ternaries with pick_default
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good day
I would like to put in a request for the management and installation of beta packages for pear and pecl.
If you can add package version numbering support it would be appreciated.
Kind Regards
Brent Clark
The text was updated successfully, but these errors were encountered: