Skip to content

Commit e50094f

Browse files
authored
"maybe you should PR getting foot-terminfo installed on all ocf machines"
1 parent c7dfd68 commit e50094f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ocf/manifests/packages.pp

+7
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@
141141
}
142142
}
143143

144+
# TODO: remove this once we replace vampires
145+
if $::os[distro][codename] >= 11 {
146+
package {
147+
'foot-terminfo':;
148+
}
149+
}
150+
144151
ocf::repackage { 'python3-attr':
145152
backport_on => ['stretch'],
146153
}

0 commit comments

Comments
 (0)