From b349c943f9b495a55cac624d9cc5379f4cb94b35 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 23 Jan 2014 14:25:46 -0200 Subject: More classes at nodo::role::vagrant --- manifests/role/vagrant.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manifests/role') 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 } -- cgit v1.2.3