Skip to content

Commit

Permalink
Fixes #37484 - remove bookworm/sid workaround
Browse files Browse the repository at this point in the history
bookworm was released, so it now has a number that gets reported
correctly
  • Loading branch information
evgeni committed May 17, 2024
1 parent c75c51b commit 000a516
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/services/puppet_fact_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def os_release
when /Debian/i
release = os_release_full
case release
when 'bookworm/sid' # Debian Bookworm will be 12
'12'
when 'trixie/sid' # Debian Trixie will be 13
'13'
when 'forky/sid' # Debian Forky will be 14
Expand Down

0 comments on commit 000a516

Please sign in to comment.