@@ -946,41 +946,41 @@ The following parameters are available in the `apt::source` defined type:
946
946
947
947
##### <a name =" -apt--source--location " ></a >` location `
948
948
949
- Data type: ` Optional[String] `
949
+ Data type: ` Optional[String[1] ] `
950
950
951
951
Required, unless ensure is set to 'absent'. Specifies an Apt repository. Valid options: a string containing a repository URL.
952
952
953
953
Default value: ` undef `
954
954
955
955
##### <a name =" -apt--source--comment " ></a >` comment `
956
956
957
- Data type: ` String `
957
+ Data type: ` String[1] `
958
958
959
959
Supplies a comment for adding to the Apt source file.
960
960
961
961
Default value: ` $name `
962
962
963
963
##### <a name =" -apt--source--ensure " ></a >` ensure `
964
964
965
- Data type: ` String `
965
+ Data type: ` String[1] `
966
966
967
967
Specifies whether the Apt source file should exist. Valid options: 'present' and 'absent'.
968
968
969
969
Default value: ` present `
970
970
971
971
##### <a name =" -apt--source--release " ></a >` release `
972
972
973
- Data type: ` Optional[String] `
973
+ Data type: ` Optional[String[1] ] `
974
974
975
975
Specifies a distribution of the Apt repository.
976
976
977
977
Default value: ` undef `
978
978
979
979
##### <a name =" -apt--source--repos " ></a >` repos `
980
980
981
- Data type: ` String `
981
+ Data type: ` String[1] `
982
982
983
- Specifies a component of the Apt repository.
983
+ Specifies a component of the Apt repository. Default 'main'.
984
984
985
985
Default value: ` 'main' `
986
986
@@ -999,7 +999,7 @@ Default value: `{}`
999
999
1000
1000
##### <a name =" -apt--source--key " ></a >` key `
1001
1001
1002
- Data type: ` Optional[Variant[String, Hash]] `
1002
+ Data type: ` Optional[Variant[String[1] , Hash]] `
1003
1003
1004
1004
Creates a declaration of the apt::key defined type. Valid options: a string to be passed to the ` id ` parameter of the ` apt::key `
1005
1005
defined type, or a hash of ` parameter => value ` pairs to be passed to ` apt::key ` 's ` id ` , ` server ` , ` content ` , ` source ` , ` weak_ssl ` ,
@@ -1018,7 +1018,7 @@ Default value: `undef`
1018
1018
1019
1019
##### <a name =" -apt--source--pin " ></a >` pin `
1020
1020
1021
- Data type: ` Optional[Variant[Hash, Numeric, String]] `
1021
+ Data type: ` Optional[Variant[Hash, Numeric, String[1] ]] `
1022
1022
1023
1023
Creates a declaration of the apt::pin defined type. Valid options: a number or string to be passed to the ` id ` parameter of the
1024
1024
` apt::pin ` defined type, or a hash of ` parameter => value ` pairs to be passed to ` apt::pin ` 's corresponding parameters.
@@ -1027,7 +1027,7 @@ Default value: `undef`
1027
1027
1028
1028
##### <a name =" -apt--source--architecture " ></a >` architecture `
1029
1029
1030
- Data type: ` Optional[String] `
1030
+ Data type: ` Optional[String[1] ] `
1031
1031
1032
1032
Tells Apt to only download information for specified architectures. Valid options: a string containing one or more architecture names,
1033
1033
separated by commas (e.g., 'i386' or 'i386,alpha,powerpc'). Default: undef (if unspecified, Apt downloads information for all architectures
0 commit comments