I have ``` puppet include ::epel ``` I've tried to set: ``` puppet class {'php': require => Class['epel'] } php::module {'mcrypt':} ``` and ``` puppet 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
I have
include ::epelI've tried to set:
and
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