aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-01-23 14:25:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-01-23 14:25:46 -0200
commitb349c943f9b495a55cac624d9cc5379f4cb94b35 (patch)
treeb6e4c938de1746995346adcc021822db9269cc72 /manifests/role
parent7a66f6c82f243e3ac65e17a67a2e3d64c21ab27b (diff)
downloadpuppet-nodo-b349c943f9b495a55cac624d9cc5379f4cb94b35.tar.gz
puppet-nodo-b349c943f9b495a55cac624d9cc5379f4cb94b35.tar.bz2
More classes at nodo::role::vagrant
Diffstat (limited to 'manifests/role')
-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
}