@@ -946,41 +946,41 @@ The following parameters are available in the `apt::source` defined type:
946946
947947##### <a name =" -apt--source--location " ></a >` location `
948948
949- Data type: ` Optional[String] `
949+ Data type: ` Optional[String[1] ] `
950950
951951Required, unless ensure is set to 'absent'. Specifies an Apt repository. Valid options: a string containing a repository URL.
952952
953953Default value: ` undef `
954954
955955##### <a name =" -apt--source--comment " ></a >` comment `
956956
957- Data type: ` String `
957+ Data type: ` String[1] `
958958
959959Supplies a comment for adding to the Apt source file.
960960
961961Default value: ` $name `
962962
963963##### <a name =" -apt--source--ensure " ></a >` ensure `
964964
965- Data type: ` String `
965+ Data type: ` String[1] `
966966
967967Specifies whether the Apt source file should exist. Valid options: 'present' and 'absent'.
968968
969969Default value: ` present `
970970
971971##### <a name =" -apt--source--release " ></a >` release `
972972
973- Data type: ` Optional[String] `
973+ Data type: ` Optional[String[1] ] `
974974
975975Specifies a distribution of the Apt repository.
976976
977977Default value: ` undef `
978978
979979##### <a name =" -apt--source--repos " ></a >` repos `
980980
981- Data type: ` String `
981+ Data type: ` String[1] `
982982
983- Specifies a component of the Apt repository.
983+ Specifies a component of the Apt repository. Default 'main'.
984984
985985Default value: ` 'main' `
986986
@@ -999,7 +999,7 @@ Default value: `{}`
999999
10001000##### <a name =" -apt--source--key " ></a >` key `
10011001
1002- Data type: ` Optional[Variant[String, Hash]] `
1002+ Data type: ` Optional[Variant[String[1] , Hash]] `
10031003
10041004Creates a declaration of the apt::key defined type. Valid options: a string to be passed to the ` id ` parameter of the ` apt::key `
10051005defined 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`
10181018
10191019##### <a name =" -apt--source--pin " ></a >` pin `
10201020
1021- Data type: ` Optional[Variant[Hash, Numeric, String]] `
1021+ Data type: ` Optional[Variant[Hash, Numeric, String[1] ]] `
10221022
10231023Creates a declaration of the apt::pin defined type. Valid options: a number or string to be passed to the ` id ` parameter of the
10241024` 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`
10271027
10281028##### <a name =" -apt--source--architecture " ></a >` architecture `
10291029
1030- Data type: ` Optional[String] `
1030+ Data type: ` Optional[String[1] ] `
10311031
10321032Tells Apt to only download information for specified architectures. Valid options: a string containing one or more architecture names,
10331033separated by commas (e.g., 'i386' or 'i386,alpha,powerpc'). Default: undef (if unspecified, Apt downloads information for all architectures
0 commit comments