Closed BarnumD closed 6 years ago
Yes, there is an _enabled
parameter for each repo, i.e. $epel_enabled
or $epel_testing_source_enabled
to control the epel
and epel_testing_source
repos, respectively. You can see the default for each parameter here.
Thanks. I was able to set the parameter by placing epel::epel_enabled: 0
in hiera. It would great to have a little bit more documentation on the modules forge page.
Does this module have the ability to configure specific values in the epel.repo file? Such as having the ability to have the epel repo installed, but setting
enabled=0
?