example42 / puppet-php

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

php pear wrong version installed #92

Closed catalinpan closed 9 years ago

catalinpan commented 9 years ago

Hi,

I am using php55 and the wrong version of pear package is installed before the php55 and also before the repository. To fix this I have added a require in the php::pear class like below.

package { 'php-pear': ensure => $version, name => $package, install_options => $real_install_options, require => Package[$php::package], }

Is there any other way recommended I can use to fix this without modifying the module?

Many thanks