diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-23 14:25:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-23 14:25:46 -0200 |
commit | b349c943f9b495a55cac624d9cc5379f4cb94b35 (patch) | |
tree | b6e4c938de1746995346adcc021822db9269cc72 | |
parent | 7a66f6c82f243e3ac65e17a67a2e3d64c21ab27b (diff) | |
download | puppet-nodo-b349c943f9b495a55cac624d9cc5379f4cb94b35.tar.gz puppet-nodo-b349c943f9b495a55cac624d9cc5379f4cb94b35.tar.bz2 |
More classes at nodo::role::vagrant
-rw-r--r-- | manifests/role/vagrant.pp | 10 |
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 } |