aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/interface/console.pp
blob: 545195209a7ec0479d54ffdd8be018d4ff4dae2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class nodo::utils::interface::console {
  package { [
    'mc',
    'tmux',
    'moreutils',
    'powerline',
    'fonts-powerline',
    'ranger',
  ]:
    ensure => installed,
  }
}