Adding skeleton support for Debian 11

This commit is contained in:
Monocots 2023-01-27 05:40:18 +00:00
parent fd7cdfdcd9
commit 21c87c6c01
5 changed files with 14 additions and 2 deletions

View file

@ -20,6 +20,7 @@ class rhizo_base::apt::common {
$osmo_repo = hiera('rhizo::osmo_repo', 'latest')
$fs_version = "${lsbdistcodename}" ? {
'bullseye' => '1.8.6',
'buster' => '1.8.6',
'stretch' => '1.6.20',
}
@ -79,6 +80,9 @@ class rhizo_base::apt::common {
}
}
class rhizo_base::apt::bullseye inherits rhizo_base::apt::buster {
}
class rhizo_base::apt::buster inherits rhizo_base::apt::common {
apt::source { 'irontec':