voxpupuli / puppet-epel

Setup/configure EPEL (extra repository for enterprise linux) with Puppet
Apache License 2.0
41 stars 95 forks source link

Ability to install, but disable #79

Closed BarnumD closed 6 years ago

BarnumD commented 6 years ago

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 ?

rnelson0 commented 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.

BarnumD commented 6 years ago

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.