example42 / puppet-php

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

php::module {'mcrypt':} requires epel #99

Open cdenneen opened 9 years ago

cdenneen commented 9 years ago

I have

include ::epel

I've tried to set:

class {'php':
  require => Class['epel']
}
php::module {'mcrypt':}

and

Class['epel']->Php::Module['mcrypt']

but no luck. Upon second puppet run it works fine but first run it doesn't apply epel and refresh before trying to install mcrypt

alvagante commented 9 years ago

What epel class are you using? It looks like it's not properly containing all its resources. Strictly speaking this is not a php::module {'mcrypt':} issue