# A vagrant instance. Use it along with the bootstrap module. class nodo::role::vagrant { # First include the LSB class include lsb # Then include our subsystems include nodo::subsystem::locales include nodo::subsystem::profile::vagrant include nodo::subsystem::screen include nodo::subsystem::hostname include nodo::subsystem::local # Common utilities include nodo::utils::vagrant # Other modules include concat::setup }