Skip to content

Commit

Permalink
ensure the package resource is named correctly on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Oct 17, 2019
1 parent 709f1ce commit 3d68a84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
$setup_unless = $::threatstack::params::setup_unless,
$windows_download_url = $::threatstack::params::download_url,
$windows_tmp_path = $::threatstack::params::tmp_path,
$windows_ts_package = $::threatstack::params::ts_package,
$windows_install_options = concat(["TSDEPLOYKEY=${deploy_key}"],$::threatstack::params::windows_install_options)

) inherits ::threatstack::params {
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 Agent',
'Windows' => 'Threat+Stack+Cloud+Security+Agent.latest.msi',
default => 'threatstack-agent'
}

Expand Down

0 comments on commit 3d68a84

Please sign in to comment.