aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/vagrant.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role/vagrant.pp')
-rw-r--r--manifests/role/vagrant.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp
index a7fd942..4bdd5f6 100644
--- a/manifests/role/vagrant.pp
+++ b/manifests/role/vagrant.pp
@@ -27,9 +27,19 @@
#include nodo::role::vagrant
#
class nodo::role::vagrant {
+ # First include the LSB class
include lsb
+
+ # Then include our subsystems
include nodo::subsystem::locales
include nodo::subsystem::profile
+ include nodo::subsystem::screen
+ include nodo::subsystem::hostname
+ include nodo::subsystem::local
+
+ # Common utilities
include nodo::utils
+
+ # Other modules
include concat::setup
}