Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

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

Open
cdenneen opened this issue Aug 7, 2015 · 1 comment
Open

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

cdenneen opened this issue Aug 7, 2015 · 1 comment

Comments

@cdenneen
Copy link

cdenneen commented Aug 7, 2015

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
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants