Skip to content

Commit

Permalink
updated docs a little
Browse files Browse the repository at this point in the history
will have to go back to add new params, etc.
  • Loading branch information
nate st. germain committed Oct 17, 2019
1 parent 1ca6978 commit 8c8e89c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.0.3
### Added
- added basic support for downloading, configuring, installing, running windows agent

## 2.0.2
### Fixed
- fixed amazon linux 1 support and tests
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@ Platforms
* Debian
* RedHat
* Ubuntu
* Windows

Classes
=======

* `threatstack` - Main class
* `threatstack::apt` (private) - Setup apt repository configuration and package install
* `threatstack::yum` (private) - Setup yum repository configuration and package install
* `threatstack::msi` (private) - Dummy repo class for Windows installs
* `threatstack::configure` (private) - Register and configure the agent with the Threat Stack service
* `threatstack::package` (private) - Install the Threat stack agent
* `threatstack::package` (private) - Install the Threat Stack agent
* `threatstack::service` (private) - Manage the Threat Stack service
* `threatstack::params` (private) - Default setup values
* `threatstack::site` (private) - Used by Puppet test-kitchen

Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# type: string
#
# [*enable_sysmon*]
# Windows: optionally enable sysmon
# Windows: optionally enable sysmon (not used yet)
# type: bool
#
# [*extra_args*]
Expand Down
6 changes: 5 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threatstack-threatstack",
"version": "2.0.1",
"version": "2.0.3",
"author": "Threat Stack",
"license": "Apache-2.0",
"summary": "Installs the Threat Stack agent",
Expand Down Expand Up @@ -31,6 +31,10 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "9.3", "8.7" ]
},
{
"operatingsystem": "Windows",
"operatingsystemrelease": [ "Server 2012 R2", "Server 2016", "Server 2019" ]
}
]
}

0 comments on commit 8c8e89c

Please sign in to comment.