We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83db6ca commit aa43d9fCopy full SHA for aa43d9f
manifests/source.pp
@@ -108,7 +108,7 @@
108
Boolean $enabled = true, # deb822
109
Enum['present', 'absent'] $ensure = present,
110
Optional[Variant[String[0], Array[String[0]]]] $release = undef,
111
- Variant[String[1], Array[String[1]]] $repos = 'main',
+ Optional[Variant[String[1], Array[String[1]]]] $repos = 'main',
112
Hash $include = {},
113
Optional[Variant[String[1], Hash]] $key = undef,
114
Optional[Stdlib::AbsolutePath] $keyring = undef,
0 commit comments