|
44 | 44 | ### Data types |
45 | 45 |
|
46 | 46 | * [`Peadm::ConvertSteps`](#Peadm--ConvertSteps): type for the different steps where the peadm::convert plan can be started |
| 47 | +* [`Peadm::Download_mode`](#Peadm--Download_mode): download the installer to the bolt node and upload to targets, or let the targets download it directly |
47 | 48 | * [`Peadm::Known_hosts`](#Peadm--Known_hosts) |
48 | 49 | * [`Peadm::Ldap_config`](#Peadm--Ldap_config) |
49 | 50 | * [`Peadm::Pe_version`](#Peadm--Pe_version) |
@@ -928,6 +929,12 @@ type for the different steps where the peadm::convert plan can be started |
928 | 929 |
|
929 | 930 | Alias of `Enum['modify-primary-certs', 'modify-infra-certs', 'convert-node-groups', 'finalize']` |
930 | 931 |
|
| 932 | +### <a name="Peadm--Download_mode"></a>`Peadm::Download_mode` |
| 933 | + |
| 934 | +download the installer to the bolt node and upload to targets, or let the targets download it directly |
| 935 | + |
| 936 | +Alias of `Enum['direct', 'bolthost']` |
| 937 | + |
931 | 938 | ### <a name="Peadm--Known_hosts"></a>`Peadm::Known_hosts` |
932 | 939 |
|
933 | 940 | The Peadm::Known_hosts data type. |
@@ -2262,7 +2269,7 @@ Default value: `undef` |
2262 | 2269 |
|
2263 | 2270 | ##### <a name="-peadm--install--download_mode"></a>`download_mode` |
2264 | 2271 |
|
2265 | | -Data type: `Enum['direct', 'bolthost']` |
| 2272 | +Data type: `Peadm::Download_mode` |
2266 | 2273 |
|
2267 | 2274 |
|
2268 | 2275 |
|
@@ -2654,7 +2661,7 @@ Default value: `undef` |
2654 | 2661 |
|
2655 | 2662 | ##### <a name="-peadm--upgrade--download_mode"></a>`download_mode` |
2656 | 2663 |
|
2657 | | -Data type: `Enum[direct,bolthost]` |
| 2664 | +Data type: `Peadm::Download_mode` |
2658 | 2665 |
|
2659 | 2666 |
|
2660 | 2667 |
|
|
0 commit comments