Remove pointless fs_version/distro conditional

This commit is contained in:
Keith Whyte 2023-08-02 06:38:29 +02:00
parent c7529d826b
commit 4c72c9b55e
2 changed files with 3 additions and 8 deletions

View file

@ -19,10 +19,7 @@ class rhizo_base::apt::common {
$osmo_repo = hiera('rhizo::osmo_repo', 'latest')
$fs_version = "${lsbdistcodename}" ? {
'bullseye' => '1.8.6',
'buster' => '1.8.6',
}
$fs_version = "1.8.6"
class { '::apt':
update => {