]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::role::vagrant
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:53:13 +0000 (13:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:53:13 +0000 (13:53 -0300)
manifests/role/vagrant.pp [new file with mode: 0644]

diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp
new file mode 100644 (file)
index 0000000..55c5c2c
--- /dev/null
@@ -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
+}