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