class nodo::utils::grub ( $ensure = 'installed', ) { # Include this classe as xorriso is a dependency for grub-mkrescue, see # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589532 include nodo::utils::storage::iso package { [ 'grub2', # This allows grub-mkrescue image generation with PC BIOS-compatible images 'grub-pc-bin', ]: ensure => $ensure, } }