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

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

Open cdenneen opened this issue 9 years ago • 1 comments

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

cdenneen avatar Aug 07 '15 16:08 cdenneen

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

alvagante avatar Aug 12 '15 11:08 alvagante