|
12 | 12 | # Required to work around issues with auditd on some distros |
13 | 13 | # type: bool |
14 | 14 | # |
| 15 | +# [*disable_auditd_cmd*] |
| 16 | +# Systemd vs. SysV init, related to above |
| 17 | +# type: string |
| 18 | +# |
15 | 19 | # [*extra_args*] |
16 | 20 | # Extra arguments to pass on the command line during agent activation. |
17 | 21 | # type: array of hashes |
|
80 | 84 | # Copyright 2016 Threat Stack, Inc. |
81 | 85 | # |
82 | 86 | class threatstack ( |
83 | | - $deploy_key = undef, |
84 | | - $package_version = $::threatstack::params::package_version, |
85 | | - $configure_agent = true, |
86 | | - $extra_args = $::threatstack::params::extra_args, |
87 | | - $agent_config_args = undef, |
88 | | - $repo_class = $::threatstack::params::repo_class, |
89 | | - $repo_url = $::threatstack::params::repo_url, |
90 | | - $gpg_key = $::threatstack::params::gpg_key, |
91 | | - $rulesets = $::threatstack::params::rulesets, |
92 | | - $confdir = $::threatstack::params::confdir, |
93 | | - $ts_hostname = $::fqdn, |
94 | | - $disable_auditd = $::threatstack::params::disable_auditd |
| 87 | + $deploy_key = undef, |
| 88 | + $package_version = $::threatstack::params::package_version, |
| 89 | + $configure_agent = true, |
| 90 | + $extra_args = $::threatstack::params::extra_args, |
| 91 | + $agent_config_args = undef, |
| 92 | + $repo_class = $::threatstack::params::repo_class, |
| 93 | + $repo_url = $::threatstack::params::repo_url, |
| 94 | + $gpg_key = $::threatstack::params::gpg_key, |
| 95 | + $rulesets = $::threatstack::params::rulesets, |
| 96 | + $confdir = $::threatstack::params::confdir, |
| 97 | + $ts_hostname = $::fqdn, |
| 98 | + $disable_auditd = $::threatstack::params::disable_auditd, |
| 99 | + $disable_auditd_cmd = $::threatstack::params::disable_auditd_cmd |
95 | 100 | ) inherits ::threatstack::params { |
96 | 101 |
|
97 | 102 | $ts_package = $::threatstack::params::ts_package |
|
0 commit comments