Skip to content

Commit

Permalink
install linux-generic-hwe-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 26, 2023
1 parent 9cc773f commit 8077dd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/profiles/manifests/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
class profiles::base (
Boolean $manage_borg = true,
) {
if $facts['os']['release']['major'] == '20' {
package { 'linux-generic-hwe-20.04':
ensure => 'installed',
}
}
package { ['make', 'gcc', 'build-essential', 'htop', 'lsb-release', 'ctop', 'ca-certificates', 'apt-file', 'ccze', 'tree']:
ensure => 'installed',
}
Expand Down

0 comments on commit 8077dd9

Please sign in to comment.