Skip to content

Commit

Permalink
"maybe you should PR getting foot-terminfo installed on all ocf machi…
Browse files Browse the repository at this point in the history
…nes"
  • Loading branch information
oski-bear authored Sep 13, 2023
1 parent c7dfd68 commit e50094f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/ocf/manifests/packages.pp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@
}
}

# TODO: remove this once we replace vampires
if $::os[distro][codename] >= 11 {
package {
'foot-terminfo':;
}
}

ocf::repackage { 'python3-attr':
backport_on => ['stretch'],
}
Expand Down

0 comments on commit e50094f

Please sign in to comment.