Module: CloudFlock::App::Common::Exclusions::Unix::Redhat

Extended by:
Redhat
Included in:
Redhat
Defined in:
lib/cloudflock/app/common/exclusions/unix/redhat.rb

Overview

Public: The Redhat module provides exclusions which are expected to be appropriate for Redhat hosts.

Instance Method Summary collapse

Instance Method Details

#redhat_exclusionsObject

Public: Exclude paths which are expected to be appropriate for RedHat hosts.

Returns nothing.



9
10
11
12
13
14
15
16
# File 'lib/cloudflock/app/common/exclusions/unix/redhat.rb', line 9

def redhat_exclusions
  exclude '/etc/yum.repos.d/'
  exclude '/usr/lib/yum-plugins'
  exclude '/etc/yum.conf'
  exclude '/etc/yum'
  exclude '/etc/yum.repos.d'
  exclude '/etc/sysconfig/iptables'
end