edestecd / puppet-clamav

Puppet Module for managing ClamAV
GNU General Public License v3.0
6 stars 59 forks source link

Make EPEL repo install optional #1

Closed aamerik closed 9 years ago

aamerik commented 9 years ago

Hi! Is it possible to toggle epel repo management? Seems like epel gets installed no matter what on RHEL. My environment already has a local Satellite 6 EPEL mirror. Thanks

edestecd commented 9 years ago

This is currently not possible, but I can see why you would want this. I can make a manage_repo option. I should have some time later this morning.

edestecd commented 9 years ago

You should now be able to do this to turn off epel management:

class { 'clamav':
  manage_repo => false,
}
edestecd commented 9 years ago

I have another fix to make, then I will publish to the forge...

aamerik commented 9 years ago

Thank you sir!

edestecd commented 9 years ago

Should be on the forge now...