aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/plug.pp
blob: e018f10772a8a78504dd1ec400e235ab351fceb0 (plain)
1
2
3
4
5
6
# Common utilities for plug computers
class utils::plug {
  package { [ 'mtd-utils', 'cryptsetup', 'u-boot', 'smartmontools' ]:
    ensure => installed,
  }
}