aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/vagrant.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-13 13:53:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-13 13:53:13 -0300
commit1aaca2a6becd1e93d6c1c750ed146b7f03382eb7 (patch)
treee8624725adb59e1628cb6b4f7ca0b85f2d7ac475 /manifests/role/vagrant.pp
parentbd67f0363055a8ac0fbce67071c1244b01c81aa7 (diff)
downloadpuppet-nodo-1aaca2a6becd1e93d6c1c750ed146b7f03382eb7.tar.gz
puppet-nodo-1aaca2a6becd1e93d6c1c750ed146b7f03382eb7.tar.bz2
Adding nodo::role::vagrant
Diffstat (limited to 'manifests/role/vagrant.pp')
-rw-r--r--manifests/role/vagrant.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp
new file mode 100644
index 0000000..55c5c2c
--- /dev/null
+++ b/manifests/role/vagrant.pp
@@ -0,0 +1,8 @@
+# A vagrant instance
+class nodo::role::vagrant {
+ include lsb
+ include nodo::subsystem::locales
+ include nodo::subsystem::profile
+ include nodo::utils
+ include concat::setup
+}