We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b371e3f commit ef9fc2fCopy full SHA for ef9fc2f
spec/acceptance/peadm_spec/plans/install_test_cluster.pp
@@ -1,6 +1,6 @@
1
plan peadm_spec::install_test_cluster (
2
String[1] $architecture,
3
- String $download_mode = 'direct',
+ String $download_mode = 'bolthost',
4
Optional[Boolean] $code_manager_auto_configure = undef,
5
Optional[String[1]] $version = undef,
6
Optional[String[1]] $pe_installer_source = undef,
@@ -36,7 +36,7 @@
36
37
$common_params = {
38
console_password => $cp,
39
- download_mode => 'bolthost',
+ download_mode => $download_mode,
40
code_manager_auto_configure => $code_manager_auto_configure,
41
version => $version,
42
pe_installer_source => $pe_installer_source,
0 commit comments