Skip to content
Snippets Groups Projects
Commit 36b7ad1f authored by Henrik Henriksson's avatar Henrik Henriksson
Browse files

Require epel on centos

parent 000f81ca
Branches
Tags
No related merge requests found
class lysnetwork::fail2ban {
if $facts['os']['name'] == 'CentOS' {
require ::epel
}
package { 'fail2ban':
ensure => latest,
before => File['/etc/fail2ban/jail.local'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment