class nodo::utils::development::virtual inherits nodo::utils::virtual { package { [ # For development with virtual machines and containers 'vagrant', #'vagrant-libvirt', #'docker.io', #'packer', # For virtual machine creation and manipulation #'libguestfs-tools', #'cdebootstrap', #'grml-debootstrap', #'extlinux', 'vmdebootstrap', 'mbr', # Needed by https://github.com/hartwork/image-bootstrap 'python-colorama', ]: ensure => present, } }