Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions modules/ocf/manifests/packages.pp
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@
]:;
}

# TODO: remove this once we no longer support stretch (and move to above
# packages block)
# 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':;
'foot-terminfo':;
}
}

Expand Down