# Common utilities for plug computers
class nodo::utils::plug {
  package { [ 'mtd-utils', 'cryptsetup', 'u-boot', 'smartmontools', 'u-boot-tools' ]:
    ensure => installed,
  }
}