Skip to content

Commit

Permalink
use the name reported by add/remove programs/registry
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Oct 17, 2019
1 parent 3d68a84 commit 1ca6978
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
# Systemd vs. SysV init, related to above
# type: string
#
# [*enable_sysmon*]
# Windows: optionally enable sysmon
# type: bool
#
# [*extra_args*]
# Extra arguments to pass on the command line during agent activation.
# type: array of hashes
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class threatstack::params {
$ts_package = $facts['os']['family'] ? {
'Windows' => 'Threat+Stack+Cloud+Security+Agent.latest.msi',
'Windows' => 'Threat Stack Cloud Security Platform',
default => 'threatstack-agent'
}

Expand Down

0 comments on commit 1ca6978

Please sign in to comment.