Skip to content

Commit ef9fc2f

Browse files
(PE-41013) try different download mode2
1 parent b371e3f commit ef9fc2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/peadm_spec/plans/install_test_cluster.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plan peadm_spec::install_test_cluster (
22
String[1] $architecture,
3-
String $download_mode = 'direct',
3+
String $download_mode = 'bolthost',
44
Optional[Boolean] $code_manager_auto_configure = undef,
55
Optional[String[1]] $version = undef,
66
Optional[String[1]] $pe_installer_source = undef,
@@ -36,7 +36,7 @@
3636

3737
$common_params = {
3838
console_password => $cp,
39-
download_mode => 'bolthost',
39+
download_mode => $download_mode,
4040
code_manager_auto_configure => $code_manager_auto_configure,
4141
version => $version,
4242
pe_installer_source => $pe_installer_source,

0 commit comments

Comments
 (0)