example42 / puppet-php

A puppet module for php. According to Example42 NextGen spec.
Other
45 stars 62 forks source link

Impossible to upgrade pecl library #90

Open jmkgreen opened 9 years ago

jmkgreen commented 9 years ago

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.

alvagante commented 9 years ago

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