aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/thinkpad.pp
blob: d595dbcf6f9f29f1eb0bdb2475ee44e7aba1853c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
class nodo::utils::thinkpad {
  # Keyboard
  package { 'tpb':
    ensure => installed,
  }

  # Thinkfan
  package { 'thinkfan':
    ensure => installed
  }

  # HDAPS
  package { 'hdapsd':
    ensure => installed,
  }
}