aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-01-23 14:22:36 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-01-23 14:22:36 -0200
commit7a66f6c82f243e3ac65e17a67a2e3d64c21ab27b (patch)
tree6fee0bf5fd9528582c396b382d34819f3a7b3ccb /manifests
parent1ff45f72a2e02d73f1ef4874a319826203b1b879 (diff)
downloadpuppet-nodo-7a66f6c82f243e3ac65e17a67a2e3d64c21ab27b.tar.gz
puppet-nodo-7a66f6c82f243e3ac65e17a67a2e3d64c21ab27b.tar.bz2
Comment at nodo::role::vagrant
Diffstat (limited to 'manifests')
-rw-r--r--manifests/role/vagrant.pp27
1 files changed, 27 insertions, 0 deletions
diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp
index 55c5c2c..a7fd942 100644
--- a/manifests/role/vagrant.pp
+++ b/manifests/role/vagrant.pp
@@ -1,4 +1,31 @@
# A vagrant instance
+#
+# Required packages in the box:
+#
+# - sqlite3
+# - libsqlite3-ruby
+# - ruby-hiera-puppet
+# - libactiverecord-ruby
+# - ruby-sqlite3
+# - usbutils
+#
+# Required files in the box
+#
+# - /etc/puppet/hiera.yaml
+#
+# Required /etc/puppet/puppet.conf parameters in the [main] section:
+#
+# - storeconfigs = true
+# - dbadapter = sqlite3
+#
+# Example usage
+#
+## Import main module
+#import "nodo"
+#
+## Vagrant classes
+#include nodo::role::vagrant
+#
class nodo::role::vagrant {
include lsb
include nodo::subsystem::locales