# A virtual machine instance for development. # Use it along with the bootstrap module and an application like vagrant or KVMX. class nodo::role::dev::virtual { # First include the LSB class include lsb # Then include our subsystems include nodo::subsystem::locales include nodo::subsystem::screen include nodo::subsystem::hostname include nodo::subsystem::local # Common utilities include nodo::utils::vagrant # Other modules include concat::setup }