We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400e1a5 commit bfc75ccCopy full SHA for bfc75cc
data/os/Debian/12.yaml
manifests/init.pp
@@ -186,7 +186,10 @@
186
Optional[String[1]] $key_options = undef,
187
Optional[Array[String[1]]] $ppa_options = undef,
188
Optional[String[1]] $ppa_package = undef,
189
- Optional[Hash] $backports = undef,
+ Hash $backports = {
190
+ 'location' => 'http://deb.debian.org/debian',
191
+ 'repos' => 'main contrib non-free non-free-firmware',
192
+ },
193
Hash $confs = {},
194
Hash $update = {},
195
Hash $purge = {},
metadata.json
@@ -18,7 +18,8 @@
18
"operatingsystem": "Debian",
19
"operatingsystemrelease": [
20
"11",
21
- "12"
+ "12",
22
+ "13"
23
]
24
},
25
{
0 commit comments