Skip to content

Commit

Permalink
Remove inotify-tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose M committed Jun 24, 2019
1 parent cff8073 commit 628db1e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions manifests/repo.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
# Repo installation
class wazuh::repo (
$redhat_manage_epel = true,
$redhat_manage_epel = false,
) {

case $::osfamily {
Expand Down Expand Up @@ -55,16 +55,6 @@
baseurl => $baseurl
}

if $redhat_manage_epel {
# Set up EPEL repo
# NOTE: This relies on the 'epel' module referenced in metadata.json
package { 'inotify-tools':
ensure => present
}
include epel

Class['epel'] -> Package['inotify-tools']
}
}
default: { fail('This ossec module has not been tested on your distribution') }
}
Expand Down

0 comments on commit 628db1e

Please sign in to comment.