diff --git a/manifests/repo/apt.pp b/manifests/repo/apt.pp index 02ab2d5b..f5990a29 100644 --- a/manifests/repo/apt.pp +++ b/manifests/repo/apt.pp @@ -63,7 +63,7 @@ } case $facts['os']['distro']['codename'] { - 'jessie', 'stretch': { + 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm': { $arch = $facts['os']['architecture'] ? { 'amd64' => 'amd64', 'arm64' => 'arm64', diff --git a/metadata.json b/metadata.json index 478cf868..cb90a3b9 100644 --- a/metadata.json +++ b/metadata.json @@ -28,6 +28,8 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ + "10", + "11" ] }, {