]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Comment at nodo::role::vagrant
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Jan 2014 16:22:36 +0000 (14:22 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 23 Jan 2014 16:22:36 +0000 (14:22 -0200)
manifests/role/vagrant.pp

index 55c5c2c0f53491b895da1b3ca0b05e53ebdaf5b9..a7fd9422fd737fdb3fd885cf44f56de2b0a60e60 100644 (file)
@@ -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