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