Remove pointless fs_version/distro conditional
This commit is contained in:
parent
c7529d826b
commit
4c72c9b55e
2 changed files with 3 additions and 8 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue