Skip to content

Commit bfc75cc

Browse files
committed
Add support for Debian 13
1 parent 400e1a5 commit bfc75cc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

data/os/Debian/12.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

manifests/init.pp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@
186186
Optional[String[1]] $key_options = undef,
187187
Optional[Array[String[1]]] $ppa_options = undef,
188188
Optional[String[1]] $ppa_package = undef,
189-
Optional[Hash] $backports = undef,
189+
Hash $backports = {
190+
'location' => 'http://deb.debian.org/debian',
191+
'repos' => 'main contrib non-free non-free-firmware',
192+
},
190193
Hash $confs = {},
191194
Hash $update = {},
192195
Hash $purge = {},

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"operatingsystem": "Debian",
1919
"operatingsystemrelease": [
2020
"11",
21-
"12"
21+
"12",
22+
"13"
2223
]
2324
},
2425
{

0 commit comments

Comments
 (0)