Skip to content

Commit

Permalink
apparently order is important here
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Oct 17, 2019
1 parent eec1389 commit 709f1ce
Showing 1 changed file with 1 addition and 1 deletion.
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 << "TSDEPLOYKEY=${deploy_key}"
$windows_install_options = concat(["TSDEPLOYKEY=${deploy_key}"],$::threatstack::params::windows_install_options)

) inherits ::threatstack::params {

Expand Down

0 comments on commit 709f1ce

Please sign in to comment.