Skip to content

Commit

Permalink
disable auditd on rhel like oses
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Feb 11, 2019
1 parent 96b9051 commit ef52dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/os/RedHat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
threatstack::params:
repo_class: '::threatstack::yum'
gpg_key: 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK'
disable_auditd: true
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
$gpg_key = 'https://app.threatstack.com/RPM-GPG-KEY-THREATSTACK'
$gpg_key_file = '/etc/pki/rpm-gpg/RPM-GPG-KEY-THREATSTACK'
$gpg_key_file_uri = "file://${gpg_key_file}"
$disable_auditd = true

case $facts['os']['name'] {
'Amazon': {
$repo_url = "https://pkg.threatstack.com/v2/Amazon/${::operatingsystemmajrelease}"
$disable_auditd = true
}
/(CentOS|RedHat)/: {
$repo_url = "https://pkg.threatstack.com/v2/EL/${::operatingsystemmajrelease}"
Expand Down

0 comments on commit ef52dfe

Please sign in to comment.