File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1857,7 +1857,7 @@ Default value: `undef`
1857
1857
1858
1858
##### <a name =" -peadm--install--pe_installer_source " ></a >` pe_installer_source `
1859
1859
1860
- Data type: ` Optional[String ] `
1860
+ Data type: ` Optional[Stdlib::HTTPSUrl ] `
1861
1861
1862
1862
The URL to download the Puppet Enterprise installer media from. If not
1863
1863
specified, PEAdm will attempt to download PE installation media from its
@@ -2319,7 +2319,7 @@ Default value: `undef`
2319
2319
2320
2320
##### <a name =" -peadm--upgrade--pe_installer_source " ></a >` pe_installer_source `
2321
2321
2322
- Data type: ` Optional[String ] `
2322
+ Data type: ` Optional[Stdlib::HTTPSUrl ] `
2323
2323
2324
2324
The URL to download the Puppet Enterprise installer media from. If not
2325
2325
specified, PEAdm will attempt to download PE installation media from its
Original file line number Diff line number Diff line change 46
46
# Common Configuration
47
47
String $console_password ,
48
48
Peadm::Pe_version $version = ' 2021.7.8' ,
49
- Optional[String] $pe_installer_source = undef ,
49
+ Optional[Stdlib::HTTPSUrl] $pe_installer_source = undef ,
50
50
Optional[Array[String]] $dns_alt_names = undef ,
51
51
Optional[String] $compiler_pool_address = undef ,
52
52
Optional[String] $internal_compiler_a_pool_address = undef ,
Original file line number Diff line number Diff line change 49
49
# Common Configuration
50
50
String $console_password ,
51
51
Peadm::Pe_version $version ,
52
- Optional[String] $pe_installer_source = undef ,
52
+ Optional[Stdlib::HTTPSUrl] $pe_installer_source = undef ,
53
53
Array[String] $dns_alt_names = [],
54
54
Hash $pe_conf_data = {},
55
55
Original file line number Diff line number Diff line change 45
45
46
46
# Common Configuration
47
47
Optional[Peadm::Pe_version] $version = undef ,
48
- Optional[String] $pe_installer_source = undef ,
48
+ Optional[Stdlib::HTTPSUrl] $pe_installer_source = undef ,
49
49
Optional[String] $compiler_pool_address = undef ,
50
50
Optional[String] $internal_compiler_a_pool_address = undef ,
51
51
Optional[String] $internal_compiler_b_pool_address = undef ,
You can’t perform that action at this time.
0 commit comments