diff --git a/modules/ocf/manifests/packages.pp b/modules/ocf/manifests/packages.pp index a6622d782..e0575049f 100644 --- a/modules/ocf/manifests/packages.pp +++ b/modules/ocf/manifests/packages.pp @@ -133,11 +133,14 @@ ]:; } - # TODO: remove this once we no longer support stretch (and move to above + # TODO: remove this once we replace vampires and no longer support stretch (and move to above # packages block) if $::os[distro][codename] != 'stretch' { package { - 'kitty-terminfo':; + [ + 'kitty-terminfo', + 'foot-terminfo', + ]:; } }