Skip to content

Commit

Permalink
append the deploy key to the windows install opts
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Oct 17, 2019
1 parent 26ea401 commit eec1389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
$windows_download_url = $::threatstack::params::download_url,
$windows_tmp_path = $::threatstack::params::tmp_path,
$windows_ts_package = $::threatstack::params::ts_package,
$windows_install_options = $::threatstack::params::windows_install_options
$windows_install_options = $::threatstack::params::windows_install_options << "TSDEPLOYKEY=${deploy_key}"

) 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 @@ -55,7 +55,7 @@

$package_version = 'installed'
$extra_args = undef
$windows_install_options = ["TSDEPLOYKEY=${::threatstack::deploy_key}", "TSEVENTLOGLIST=Security,Microsoft-Windows-Sysmon/Operational"]
$windows_install_options = ["TSEVENTLOGLIST=Security,Microsoft-Windows-Sysmon/Operational"]

case $facts['os']['family'] {
'Windows': {
Expand Down

0 comments on commit eec1389

Please sign in to comment.