Skip to content

Commit

Permalink
updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Feb 12, 2019
1 parent 75674c0 commit e80715f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

We'll track changes here starting with details about the 2.0 release and reference to earlier releases.

## 2.0.1
### Changed
- added optional parameter `disable_auditd` to handle issues users reported installing on RHEL-like OSes

### Fixed
- fixed amazon linux 2 yum repo assignment

## 2.0
### This release tracks the release of the Threat Stack Agent 2.0

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For more see https://www.threatstack.com.
Platforms
---------

* Amazon Linux
* Amazon Linux 2
* CentOS
* Debian
* RedHat
Expand All @@ -40,6 +40,7 @@ Parameters
* `threatstack::rulesets` [optional array] - Set the ruleset or rulesets the node will be added to (Default: 'Base Rule Set').
* `threatstack::configure_agent` [optiona bool] - Set to false to just install agent without configuring. Useful for image building.
* `threatstack::agent_config_args` [optional array of hashes] - Extra arguments to pass during agent activation. Useful for enabling new platform features.
* `threatstack::disable_auditd` [optional bool] - Disable `auditd` service to avoid installation issues. (Default is 'true' on RHEL-like OSes.)
* `threatstack::extra_args` [optional array of hashes] - optional array of hashes to define setup options for the threatstack agent (Default: `undef`)
* `threatstack::confdir` [optional string] - path to config directory for the threatstack service (Default: '/opt/threatstack/etc')
* `threatstack::ts_hostname` [optional string] - hostname of your node (Default: `$::fqdn`)
Expand Down

0 comments on commit e80715f

Please sign in to comment.