Adding skeleton support for Debian 11
This commit is contained in:
parent
fd7cdfdcd9
commit
21c87c6c01
5 changed files with 14 additions and 2 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue