Conversation
| unless $facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] == '8' { | ||
| stdlib::ensure_packages(['htop', 'iftop', 'screen']) | ||
| } | ||
| stdlib::ensure_packages(['htop', 'iftop', 'screen']) |
There was a problem hiding this comment.
No. Which makes me wonder if the utility class is properly applied, as the EL9 boxen do not drop any errors but that should have been applied there already?
There was a problem hiding this comment.
There's a very good chance I somehow missed this. It's supposed to be applied via the Foreman ENC because we don't have the admins in Hiera (for privacy reasons). #1789 was intended to solve that but as you can see, that's been open for a while.
There was a problem hiding this comment.
Ah, screen IS in EPEL. But we could also just take tmux from baseos?
(but the utility class is still not correctly applied)
There was a problem hiding this comment.
We could add utility to the base config group, but that'd mean we need EPEL on all (EL) systems, which we today don't do.
No description provided.