puppet-php icon indicating copy to clipboard operation
puppet-php copied to clipboard

Impossible to upgrade pecl library

Open jmkgreen opened this issue 10 years ago • 1 comments

There seems to be an undocumented $version parameter which does in itself work, but if you change the value to a new version nothing happens at execution.

Looks like you check if 'pecl info ' comes back with something sensible without noting the version installed.

To work around we must uninstall the pecl module then re-run the puppet agent.

jmkgreen avatar Apr 15 '15 10:04 jmkgreen

Yes, the current code doesn't manage versions upgrades directly.

alvagante avatar Apr 15 '15 11:04 alvagante