aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/plug.pp
blob: 86298f9a5a197a8c2c1c13cd83d4db38abbdd7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Common utilities for plug computers
class nodo::utils::plug {
  package { [
    'mtd-utils',
    'cryptsetup',
    'u-boot',
    'smartmontools',
    'u-boot-tools',
  ]:
    ensure => installed,
  }
}