aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/physical.pp
blob: a00dd1824377c6a366bec8511ff3f6ddb71b07db (plain)
1
2
3
4
5
6
7
class nodo::base::physical inherits nodo::base::host {
  class { [ 'nodo::subsystem::ups', 'smartmontools' ]: }

  package { 'lm-sensors':
    ensure => present,
  }
}