Skip to content

Commit a08122e

Browse files
committed
Merge branch 'deb822_source'
2 parents 40da893 + 30c661c commit a08122e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/source.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
Optional[String] $release = undef,
118118
Optional[Array[String]] $suites = undef, # deb822
119119
String $repos = 'main',
120-
Optional[Array[String]] $components = split($repos, /,/), # deb822
120+
Optional[Array[String]] $components = undef, # deb822
121121
Variant[Hash] $include = {},
122122
Optional[Variant[String, Hash]] $key = undef,
123123
Optional[Stdlib::AbsolutePath] $keyring = undef,

0 commit comments

Comments
 (0)